From 5df8872c9cb7d19edec3e6c2bcbf1a660290a293 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:03:04 +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. Signed-off-by: Laura Barcziova --- .packit.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 8176cc0..ec8248c 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -9,6 +9,11 @@ upstream_tag_template: v{version} downstream_package_name: greenboot jobs: + - job: copr_build + trigger: pull_request + targets: + - fedora-all + - job: sync_from_downstream trigger: commit