Skip to content

Commit

Permalink
packit: Restrict koji_build and bodhi_update to Fedora
Browse files Browse the repository at this point in the history
While they are not directly related to building srpms, this caused the
koji-build jobs to run twice, and thus creating confusing "Fedora Koji
build failed to be triggered" issues.

Fixes #1660
  • Loading branch information
martinpitt authored and jelly committed Jun 3, 2024
1 parent 98a090c commit c9099e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,15 @@ jobs:

- job: koji_build
trigger: commit
packages: [cockpit-machines-fedora]
dist_git_branches:
- fedora-development
- fedora-39
- fedora-40

- job: bodhi_update
trigger: commit
packages: [cockpit-machines-fedora]
dist_git_branches:
# rawhide updates are created automatically
- fedora-39
Expand Down

0 comments on commit c9099e8

Please sign in to comment.