Skip to content

Commit

Permalink
Packit: Disable F39 and reuse Fedora targets
Browse files Browse the repository at this point in the history
We have disabled F39 on golang projects because of switch to go1.22.
This will cause testing issues on F39, so it's best to disable F39 for
other projects too.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
  • Loading branch information
lsm5 committed Sep 6, 2024
1 parent 556b808 commit 0051fb7
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,18 @@ jobs:
notifications: &copr_build_failure_notification
failure_comment:
message: "Ephemeral COPR build failed. @containers/packit-build please check."
targets:
- fedora-all-x86_64
- fedora-all-aarch64
targets: &fedora_targets
# Once fedora-41 is released, both fedora-latest and fedora-latest-stable
# will point to fedora-41, so we should specify fedora-40 explicitly to
# continue jobs for it.
- fedora-development-x86_64
- fedora-developement-aarch64
- fedora-latest-x86_64
- fedora-latest-aarch64
- fedora-latest-stable-x86_64
- fedora-latest-stable-aarch64
- fedora-40-x86_64
- fedora-40-aarch64

- job: copr_build
trigger: pull_request
Expand Down Expand Up @@ -102,9 +111,7 @@ jobs:
notifications: &podman_system_test_fail_notification
failure_comment:
message: "podman system tests failed. @containers/packit-build please check."
targets:
- fedora-all-x86_64
- fedora-all-aarch64
targets: *fedora_targets
tf_extra_params:
environments:
- artifacts:
Expand Down Expand Up @@ -146,8 +153,7 @@ jobs:
- job: propose_downstream
trigger: release
packages: [crun-fedora]
dist_git_branches:
- fedora-all
dist_git_branches: *fedora_targets

- job: propose_downstream
trigger: release
Expand All @@ -157,10 +163,12 @@ jobs:

- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
dist_git_branches: *fedora_targets

- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-branched # rawhide updates are created automatically
# Reusing fedora_targets will likely cause noisy problems RE: rawhide
- fedora-latest
- fedora-latest-stable
- fedora-40

0 comments on commit 0051fb7

Please sign in to comment.