packit: metadata key can be removed
It's been deprecated for some time. Its keys can be used directly.
This commit is contained in:
parent
a56c70d505
commit
5fda42e20c
1 changed files with 9 additions and 13 deletions
22
.packit.yaml
22
.packit.yaml
|
|
@ -25,18 +25,15 @@ jobs:
|
||||||
- fedora-branched # rawhide updates are created automatically
|
- fedora-branched # rawhide updates are created automatically
|
||||||
- job: koji_build
|
- job: koji_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
metadata:
|
dist_git_branches:
|
||||||
dist_git_branches:
|
- 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: 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
|
||||||
|
|
@ -54,11 +51,10 @@ jobs:
|
||||||
- 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-composer # copr repo name so you can consume the builds
|
||||||
project: osbuild-composer # 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue