From b73eec88dc9a69b32c3f93c40bde06a1068ae514 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 26 Jan 2024 16:38:57 +0530 Subject: [PATCH] [CI:DOCS] Packit: podman5 downstream for f40+ Podman5 will be shipped only on f40 and higher, so packit downstream tasks should be enabled only for those. Using `CI:DOCS` as the change only affects downstream Fedora, nothing worth spending CI minutes on. [NO NEW TESTS NEEDED] Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 31218d67bd..afcebd10e7 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -67,14 +67,15 @@ jobs: trigger: release update_release: false dist_git_branches: - - fedora-all + - fedora-development # Implies fedora-rawhide and any branched but unreleased version, will include f40 before f40 is marked stable. - job: koji_build trigger: commit dist_git_branches: - - fedora-all + - fedora-development - - job: bodhi_update - trigger: commit - dist_git_branches: - - fedora-branched # rawhide updates are created automatically + # TODO: Revisit once fedora 40 is branched and manual bodhi is enabled + #- job: bodhi_update + #trigger: commit + #dist_git_branches: + #- fedora-40 # rawhide updates are created automatically