Skip to content

Commit 93a0c24

Browse files
committed
[skip-ci] Packit: Update downstream task targets
When I added commit b73eec8, 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>
1 parent 89587a5 commit 93a0c24

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.packit.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ jobs:
7272
- job: koji_build
7373
trigger: commit
7474
dist_git_branches:
75-
- fedora-development
75+
- fedora-all
7676

77-
# TODO: Revisit once fedora 40 is branched and manual bodhi is enabled
78-
#- job: bodhi_update
79-
#trigger: commit
80-
#dist_git_branches:
81-
#- fedora-40 # rawhide updates are created automatically
77+
- job: bodhi_update
78+
trigger: commit
79+
dist_git_branches:
80+
- fedora-branched # rawhide updates are created automatically

0 commit comments

Comments
 (0)