Merge pull request #271 from zdohnal/master
.packit.yaml: Use fedora-all and centos-stream targets
This commit is contained in:
commit
60a9a9509c
1 changed files with 4 additions and 6 deletions
10
.packit.yaml
10
.packit.yaml
|
|
@ -3,19 +3,17 @@ jobs:
|
|||
- job: copr_build
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-30-x86_64
|
||||
- fedora-31-x86_64
|
||||
- fedora-rawhide-x86_64
|
||||
- fedora-all
|
||||
- epel-8-x86_64
|
||||
- centos-stream-x86_64
|
||||
trigger: pull_request
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-30-x86_64
|
||||
- fedora-31-x86_64
|
||||
- fedora-rawhide-x86_64
|
||||
- fedora-all
|
||||
- epel-8-x86_64
|
||||
- centos-stream-x86_64
|
||||
specfile_path: tuned.spec
|
||||
synced_files:
|
||||
- tuned.spec
|
||||
|
|
|
|||
Loading…
Reference in a new issue