ci: Update .packit.yaml - update/remove deprecated options
This commit is contained in:
parent
9e2add32a0
commit
f894d64f62
1 changed files with 35 additions and 39 deletions
74
.packit.yaml
74
.packit.yaml
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
specfile_path: osbuild.spec
|
specfile_path: osbuild.spec
|
||||||
|
|
||||||
synced_files:
|
files_to_sync:
|
||||||
- osbuild.spec
|
- osbuild.spec
|
||||||
- .packit.yaml
|
- .packit.yaml
|
||||||
|
|
||||||
|
|
@ -20,50 +20,46 @@ actions:
|
||||||
jobs:
|
jobs:
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
metadata:
|
targets:
|
||||||
targets:
|
- centos-stream-8-aarch64
|
||||||
- centos-stream-8-aarch64
|
- centos-stream-8-x86_64
|
||||||
- centos-stream-8-x86_64
|
- centos-stream-9-aarch64
|
||||||
- centos-stream-9-aarch64
|
- centos-stream-9-x86_64
|
||||||
- centos-stream-9-x86_64
|
- epel-8-aarch64
|
||||||
- epel-8-aarch64
|
- epel-8-x86_64
|
||||||
- epel-8-x86_64
|
- epel-9-aarch64
|
||||||
- epel-9-aarch64
|
- epel-9-x86_64
|
||||||
- epel-9-x86_64
|
- fedora-all-aarch64
|
||||||
- fedora-all-aarch64
|
- fedora-all-s390x
|
||||||
- fedora-all-s390x
|
- fedora-all-ppc64le
|
||||||
- fedora-all-ppc64le
|
- fedora-all
|
||||||
- fedora-all
|
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
metadata:
|
branch: main
|
||||||
branch: main
|
owner: "@osbuild" # copr repo namespace
|
||||||
owner: "@osbuild" # copr repo namespace
|
project: osbuild # copr repo name so you can consume the builds
|
||||||
project: osbuild # copr repo name so you can consume the builds
|
targets:
|
||||||
targets:
|
- centos-stream-8-aarch64
|
||||||
- centos-stream-8-aarch64
|
- centos-stream-8-x86_64
|
||||||
- centos-stream-8-x86_64
|
- centos-stream-9-aarch64
|
||||||
- centos-stream-9-aarch64
|
- centos-stream-9-x86_64
|
||||||
- centos-stream-9-x86_64
|
- epel-8-aarch64
|
||||||
- epel-8-aarch64
|
- epel-8-x86_64
|
||||||
- epel-8-x86_64
|
- epel-9-aarch64
|
||||||
- epel-9-aarch64
|
- epel-9-x86_64
|
||||||
- epel-9-x86_64
|
- fedora-all-aarch64
|
||||||
- fedora-all-aarch64
|
- fedora-all-s390x
|
||||||
- fedora-all-s390x
|
- fedora-all-ppc64le
|
||||||
- fedora-all-ppc64le
|
- fedora-all
|
||||||
- fedora-all
|
|
||||||
- job: propose_downstream
|
- job: propose_downstream
|
||||||
trigger: release
|
trigger: release
|
||||||
metadata:
|
dist_git_branches:
|
||||||
dist_git_branches:
|
- fedora-all
|
||||||
- fedora-all
|
|
||||||
- job: koji_build
|
- job: koji_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
metadata:
|
dist_git_branches:
|
||||||
dist_git_branches:
|
- fedora-all
|
||||||
- fedora-all
|
|
||||||
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue