From fc2721be9dc503e5a921f4c1cf58be25dd42250f Mon Sep 17 00:00:00 2001 From: Packit Bot <125959684+packit-public-repos-bot@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:58:11 +0200 Subject: [PATCH] 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 --- 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