From 5166af78cea2d452f82065183cb64f7ede4143cb Mon Sep 17 00:00:00 2001 From: Nicola Sella Date: Thu, 12 Oct 2023 18:08:27 +0200 Subject: [PATCH] Add packit job copr and tests --- .packit.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 2f0627401d..cead87ae8a 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -32,3 +32,12 @@ jobs: dist_git_branches: - fedora-39 - fedora-38 # rawhide updates are created automatically + - job: copr_build + trigger: pull_request + targets: + - fedora-all + - job: tests + trigger: pull_request + targets: + - fedora-all + fmf_url: https://github.com/rpm-software-management/ci-dnf-stack.git