From d8d06e3d5fc8eb5c62b2f30522ed639f67493ccb Mon Sep 17 00:00:00 2001 From: Packit Bot Date: Wed, 28 May 2025 15:28:27 +0200 Subject: [PATCH] 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 --- packit.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packit.yaml b/packit.yaml index 224afe8..cb24629 100644 --- a/packit.yaml +++ b/packit.yaml @@ -21,20 +21,19 @@ actions: get-current-version: make print-version jobs: - - job: copr_build - trigger: pull_request - # only extra build-only targets; targets in "tests" are implicitly built - targets: [] - - job: tests trigger: pull_request - targets: + targets: &test_targets - fedora-all - fedora-latest-aarch64 - centos-stream-9 - centos-stream-9-aarch64 - centos-stream-10 + - job: copr_build + trigger: pull_request + targets: *test_targets + # Build releases in COPR: https://packit.dev/docs/configuration/#copr_build #- job: copr_build # trigger: release