mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
[skip-ci] Packit: Update downstream task targets
When I added commit b73eec88, I was under the impression that the packit config for a downstream Fedora branch should only contain the tasks for that particular branch. But, that's not quite the case. For all downstream tasks like `koji builds` and `bodhi updates`, Packit now uses the config from the `rawhide` branch on dist-git https://src.fedoraproject.org/rpms/podman/tree/rawhide . So, this means all downstream tasks including the ones for F38 and F39 which use a different version of Podman, need to be specified in the packit config file that lands in the `rawhide` branch. This commit re-enables koji and bodhi tasks for all Fedora branches. Enabling F38 and F39 koji and bodhi will still end up building from the sources in dist-git, so it's not a conflict to have them enabled on an upstream branch that won't make its way into F38 and F39. Labelling as `[skip-ci]` as this doesn't need to go through upstream CI. Thanks to @majamassarini. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
11
.packit.yaml
11
.packit.yaml
@ -72,10 +72,9 @@ jobs:
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-all
|
||||
|
||||
# TODO: Revisit once fedora 40 is branched and manual bodhi is enabled
|
||||
#- job: bodhi_update
|
||||
#trigger: commit
|
||||
#dist_git_branches:
|
||||
#- fedora-40 # rawhide updates are created automatically
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-branched # rawhide updates are created automatically
|
||||
|
Reference in New Issue
Block a user