From 5f6a22dc1b8b6e5de50cd20e6a542a22e02b1ac6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 11 Sep 2024 18:09:34 +0530 Subject: [PATCH] [skip-ci] 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 | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 554bf1edff..e1bd7c0b33 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -115,12 +115,19 @@ jobs: - job: koji_build trigger: commit - packages: [podman-fedora] + sidetag_group: podman-releases dist_git_branches: - fedora-all - job: bodhi_update - trigger: commit - packages: [podman-fedora] + trigger: koji_build + sidetag_group: podman-releases + # Dependencies are not rpm dependencies, but packages that should go in the + # same bodhi update + # Ref: https://packit.dev/docs/fedora-releases-guide/releasing-multiple-packages + dependencies: + - buildah + - containers-common + - skopeo dist_git_branches: - - fedora-branched # rawhide updates are created automatically + - fedora-all