Skip to content

Commit

Permalink
Enable use of sidetags for downstream automation
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Jul 29, 2024
1 parent 9930c15 commit 80f3b51
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,17 +187,24 @@ jobs:
packages: [specfile]
packit_instances: ["stg"]
allowed_pr_authors: ["packit-stg", "packit"]
sidetag_group: packit-specfile-ogr-releases
dependents:
- packit
dist_git_branches:
- fedora-all
- epel-9
- job: koji_build
trigger: commit
packages: [specfile-epel8]
packit_instances: ["stg"]
allowed_pr_authors: ["packit-stg", "packit"]
dist_git_branches:
- epel-8

- job: bodhi_update
trigger: commit
packages: [specfile]
packages: [specfile-epel8]
packit_instances: ["stg"]
allowed_builders: ["packit-stg", "packit"]
dist_git_branches:
- fedora-branched # rawhide updates are created automatically
- epel-9
- epel-8

0 comments on commit 80f3b51

Please sign in to comment.