From 0051fb7f906cefbc92dac0458bf74f18eb0343c1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 6 Sep 2024 16:29:43 +0530 Subject: [PATCH] Packit: Disable F39 and reuse Fedora targets 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 --- .packit.yaml | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 44975464e1..26d727029e 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -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 @@ -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: @@ -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 @@ -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