[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 <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar
2024-09-11 18:09:34 +05:30
parent b1efc500b4
commit 5f6a22dc1b

View File

@ -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