ci/packit: enable fedora PRs
Enable automatic builds and PR creation in Fedora since `image-builder` has landed there. Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
parent
3c2e8dd9af
commit
29e7814796
1 changed files with 12 additions and 13 deletions
25
.packit.yaml
25
.packit.yaml
|
|
@ -24,19 +24,18 @@ actions:
|
|||
upstream_tag_include: 'v\d+'
|
||||
|
||||
jobs:
|
||||
# image-builder is not yet in Fedora, so we don't need to update it there
|
||||
# - job: bodhi_update
|
||||
# trigger: commit
|
||||
# dist_git_branches:
|
||||
# - fedora-branched # rawhide updates are created automatically
|
||||
# - job: koji_build
|
||||
# trigger: commit
|
||||
# dist_git_branches:
|
||||
# - fedora-all
|
||||
# - job: propose_downstream
|
||||
# trigger: release
|
||||
# dist_git_branches:
|
||||
# - fedora-all
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-branched # rawhide updates are created automatically
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
targets: &build_targets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue