Adjust build targets in Packit config
Add the build targets needed for the test jobs, as Packit is going to change to require those explicitly. Related to https://github.com/packit/packit-service/pull/2785
This commit is contained in:
parent
124e9c0251
commit
d8d06e3d5f
1 changed files with 5 additions and 6 deletions
11
packit.yaml
11
packit.yaml
|
|
@ -21,20 +21,19 @@ actions:
|
||||||
get-current-version: make print-version
|
get-current-version: make print-version
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: copr_build
|
|
||||||
trigger: pull_request
|
|
||||||
# only extra build-only targets; targets in "tests" are implicitly built
|
|
||||||
targets: []
|
|
||||||
|
|
||||||
- job: tests
|
- job: tests
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
targets:
|
targets: &test_targets
|
||||||
- fedora-all
|
- fedora-all
|
||||||
- fedora-latest-aarch64
|
- fedora-latest-aarch64
|
||||||
- centos-stream-9
|
- centos-stream-9
|
||||||
- centos-stream-9-aarch64
|
- centos-stream-9-aarch64
|
||||||
- centos-stream-10
|
- centos-stream-10
|
||||||
|
|
||||||
|
- job: copr_build
|
||||||
|
trigger: pull_request
|
||||||
|
targets: *test_targets
|
||||||
|
|
||||||
# Build releases in COPR: https://packit.dev/docs/configuration/#copr_build
|
# Build releases in COPR: https://packit.dev/docs/configuration/#copr_build
|
||||||
#- job: copr_build
|
#- job: copr_build
|
||||||
# trigger: release
|
# trigger: release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue