Skip to content

Commit

Permalink
Merge pull request #2159 from lsm5/packit-sidetag
Browse files Browse the repository at this point in the history
[skip-ci] Packit: Enable sidetags for bodhi updates
  • Loading branch information
openshift-merge-bot[bot] committed Sep 14, 2024
2 parents 8ccd0ee + 3b16d63 commit da27a8b
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ packages:
containers-common-rhel:
downstream_package_name: containers-common
specfile_path: rpm/containers-common.spec
containers-common-eln:
downstream_package_name: containers-common
specfile_path: rpm/containers-common.spec

actions:
pre-sync: "bash rpm/update-lib-versions.sh"
Expand All @@ -29,7 +32,14 @@ jobs:
message: "Ephemeral COPR build failed. @containers/packit-build please check."
enable_net: true
targets:
fedora-all: {}
- fedora-all

- job: copr_build
trigger: pull_request
packages: [containers-common-eln]
notifications: *ephemeral_build_failure_notification
enable_net: true
targets:
fedora-eln:
# Need this to fetch go-md2man which is present in koji envs but not by
# default on copr envs. Also helps to avoid bundling go-md2man in
Expand Down Expand Up @@ -69,7 +79,7 @@ jobs:
- job: propose_downstream
trigger: release
packages: [containers-common-fedora]
dist_git_branches:
dist_git_branches: &fedora_targets
- fedora-all

- job: propose_downstream
Expand All @@ -78,14 +88,13 @@ jobs:
dist_git_branches:
- c10s

# Fedora Koji build
- job: koji_build
trigger: commit
packages: [containers-common-fedora]
dist_git_branches:
- fedora-all

- job: bodhi_update
trigger: commit
packages: [containers-common-fedora]
dist_git_branches:
- fedora-branched # rawhide updates are created automatically
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
dependents:
- podman
dist_git_branches: *fedora_targets

0 comments on commit da27a8b

Please sign in to comment.