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:
Packit Bot 2025-05-28 15:28:27 +02:00
parent 124e9c0251
commit d8d06e3d5f

View file

@ -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