packit: metadata field is no longer needed
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
parent
966f2020f8
commit
84bf158868
1 changed files with 10 additions and 12 deletions
22
.packit.yaml
22
.packit.yaml
|
|
@ -3,20 +3,18 @@ upstream_tag_template: v{version}
|
|||
jobs:
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-all
|
||||
- epel-7-x86_64
|
||||
- epel-8-x86_64
|
||||
- centos-stream-9-x86_64
|
||||
targets:
|
||||
- fedora-all
|
||||
- epel-7-x86_64
|
||||
- epel-8-x86_64
|
||||
- centos-stream-9-x86_64
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-all
|
||||
- epel-7-x86_64
|
||||
- epel-8-x86_64
|
||||
- centos-stream-9-x86_64
|
||||
targets:
|
||||
- fedora-all
|
||||
- epel-7-x86_64
|
||||
- epel-8-x86_64
|
||||
- centos-stream-9-x86_64
|
||||
|
||||
synced_files:
|
||||
- tuned.spec
|
||||
|
|
|
|||
Loading…
Reference in a new issue