mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Packit: Only create dist-git PRs for rawhide
We'll only be releasing breaking changes on rawhide so dist-git PRs should only be created for rawhide. Signed-off-by: Lokesh Mandvekar <lsm5@linux.com>
This commit is contained in:
parent
0bc72e2871
commit
46b45de563
1 changed files with 5 additions and 1 deletions
|
|
@ -152,12 +152,16 @@ jobs:
|
|||
context:
|
||||
revdeps: "yes"
|
||||
|
||||
# NOTE: Breaking changes related to Podman6 will only be shipped to Fedora
|
||||
# Rawhide (to be Fedora 45) and newer.
|
||||
# TODO: Update dist_git_branches as and when new Fedora releases are
|
||||
# available.
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
update_release: false
|
||||
packages: [podman-fedora]
|
||||
dist_git_branches: &fedora_targets
|
||||
- fedora-all
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue