Add missing build job(s) to Packit config
Packit will now additionally require for each test job requiring build a build job definition to be present in the Packit configuration file. See details in https://github.com/packit/packit-service/issues/1775.
This commit is contained in:
parent
c499257ec8
commit
d44181a110
1 changed files with 9 additions and 0 deletions
|
|
@ -21,6 +21,15 @@ actions:
|
||||||
get-current-version: make print-version
|
get-current-version: make print-version
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
- job: copr_build
|
||||||
|
trigger: pull_request
|
||||||
|
targets:
|
||||||
|
- fedora-all
|
||||||
|
- fedora-latest-aarch64
|
||||||
|
- centos-stream-8
|
||||||
|
- centos-stream-9
|
||||||
|
- centos-stream-9-aarch64
|
||||||
|
|
||||||
- job: tests
|
- job: tests
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
targets:
|
targets:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue