From cfadfd83b48d3e157518933b7068165ec9be7383 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:20:24 +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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packit.yaml b/packit.yaml index ef32a8ed..9c24b670 100644 --- a/packit.yaml +++ b/packit.yaml @@ -19,6 +19,13 @@ srpm_build_deps: - python3-setuptools_scm jobs: + - job: copr_build + trigger: pull_request + targets: + - fedora-all + - centos-stream-8-x86_64 + - centos-stream-9-x86_64 + - job: tests trigger: pull_request targets: