From 93a0c242cb6d4d16bd152232f0808f8f0087c7d1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 19 Feb 2024 19:20:11 +0530 Subject: [PATCH] [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 --- .packit.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index afcebd10e7..45d14a0036 100644 --- a/.packit.yaml +++ b/.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