From 2069e19cbfc1a1ea10f3e6ec0e691cccec0bff68 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 15:57:36 +0200 Subject: [PATCH 1/2] 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 packit/packit-service#1775. Signed-off-by: Laura Barcziova --- .packit.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index c3673e5..0049546 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,6 +1,11 @@ specfile_path: zezere.spec upstream_tag_template: 'v{version}' jobs: + - job: copr_build + trigger: pull_request + targets: + - fedora-all + - job: sync_from_downstream trigger: commit - job: propose_downstream From 5c0ea3f12b0d23b6da1da28fee34492e3ce39825 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Wed, 19 Apr 2023 18:18:37 +0200 Subject: [PATCH 2/2] Remove 'metadata' from Packit config The key is deprecated and can be removed. Signed-off-by: Laura Barcziova --- .packit.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 0049546..137ad1e 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -5,15 +5,12 @@ jobs: trigger: pull_request targets: - fedora-all - - job: sync_from_downstream trigger: commit - job: propose_downstream trigger: release - metadata: - dist_git_branches: fedora-all + dist_git_branches: fedora-all - job: tests trigger: pull_request - metadata: - targets: - - fedora-all + targets: + - fedora-all