From d44181a1106d9fbc0cfb576447a6723902206902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Barcziov=C3=A1?= <49026743+lbarcziova@users.noreply.github.com> Date: Wed, 19 Apr 2023 16:06:22 +0200 Subject: [PATCH] Add missing build job(s) to Packit config Packit will now additionally require for each test job requiring build a build job definition to be present in the Packit configuration file. See details in https://github.com/packit/packit-service/issues/1775. --- packit.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packit.yaml b/packit.yaml index 0154b95..6258a2e 100644 --- a/packit.yaml +++ b/packit.yaml @@ -21,6 +21,15 @@ actions: get-current-version: make print-version jobs: + - job: copr_build + trigger: pull_request + targets: + - fedora-all + - fedora-latest-aarch64 + - centos-stream-8 + - centos-stream-9 + - centos-stream-9-aarch64 + - job: tests trigger: pull_request targets: