Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync repo templates ⚙ #1014

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Sometimes you need to run the process manually like if you need to add an extra

## Build

- [ ] Start a [build job](https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/job/build/) (select `next`, leave all other defaults). This will automatically run multi-arch builds.
- [ ] Start a [build job](https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/job/build/) (select `next` and enable `EARLY_ARCH_JOBS`, leave all other defaults). This will automatically run multi-arch builds.
- Post links to the jobs as a comment to this issue
- [ ] x86_64
- [ ] aarch64 ([multi-arch build job](https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/job/build-arch/))
Expand Down
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE/stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Sometimes you need to run the process manually like if you need to add an extra

## Build

- [ ] Start a [build job](https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/job/build/) (select `stable`, leave all other defaults). This will automatically run multi-arch builds.
- [ ] Start a [build job](https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/job/build/) (select `stable` and enable `EARLY_ARCH_JOBS`, leave all other defaults). This will automatically run multi-arch builds.
- Post links to the jobs as a comment to this issue
- [ ] x86_64
- [ ] aarch64 ([multi-arch build job](https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/job/build-arch/))
Expand Down
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Sometimes you need to run the process manually like if you need to add an extra

## Build

- [ ] Start a [build job](https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/job/build/) (select `testing`, leave all other defaults). This will automatically run multi-arch builds.
- [ ] Start a [build job](https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/job/build/) (select `testing` and enable `EARLY_ARCH_JOBS`, leave all other defaults). This will automatically run multi-arch builds.
- Post links to the jobs as a comment to this issue
- [ ] x86_64
- [ ] aarch64 ([multi-arch build job](https://jenkins-fedora-coreos-pipeline.apps.ocp.fedoraproject.org/job/build-arch/))
Expand Down