From 7da6ea07cad282360b6575958153663f5c566ca5 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 11 Sep 2024 17:41:51 +0530 Subject: [PATCH] Packit: Enable sidetags for bodhi updates Packit now has sidetag support for adding multiple builds into a single bodhi update. Since we release c/ccommon, skopeo, buildah and podman often almoost simultaneously, we should release them to Fedora in a single bodhi update using sidetags so all builds can be tested together. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 1e20f1bc..c3976130 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -93,12 +93,14 @@ jobs: dist_git_branches: - c10s + # Fedora Koji build - job: koji_build trigger: commit + sidetag_group: podman-releases + # Dependents are not rpm dependencies, but the package whose bodhi update + # should include this package. + # Ref: https://packit.dev/docs/fedora-releases-guide/releasing-multiple-packages + dependents: + - podman dist_git_branches: - fedora-all - - - job: bodhi_update - trigger: commit - dist_git_branches: - - fedora-branched # rawhide updates are created automatically