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+'
|
upstream_tag_include: 'v\d+'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# image-builder is not yet in Fedora, so we don't need to update it there
|
- job: bodhi_update
|
||||||
# - job: bodhi_update
|
trigger: commit
|
||||||
# trigger: commit
|
dist_git_branches:
|
||||||
# dist_git_branches:
|
- fedora-branched # rawhide updates are created automatically
|
||||||
# - fedora-branched # rawhide updates are created automatically
|
- job: koji_build
|
||||||
# - job: koji_build
|
trigger: commit
|
||||||
# trigger: commit
|
dist_git_branches:
|
||||||
# dist_git_branches:
|
- fedora-all
|
||||||
# - fedora-all
|
- job: propose_downstream
|
||||||
# - job: propose_downstream
|
trigger: release
|
||||||
# trigger: release
|
dist_git_branches:
|
||||||
# dist_git_branches:
|
- fedora-all
|
||||||
# - fedora-all
|
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
targets: &build_targets
|
targets: &build_targets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue