packit: Adjust build targets

Add the build targets needed for the test jobs, as Packit is going to
change to require those explicitly.

See https://github.com/packit/packit-service/pull/2785
This commit is contained in:
Packit Bot 2025-06-01 16:58:11 +02:00 committed by GitHub
parent b3f2deeec2
commit fc2721be9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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