From c15bb2a615cad4470447a97ea041322e3d908865 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Wed, 21 Apr 2021 07:53:58 +0200 Subject: [PATCH] Basic test case: copr build only This test case is triggered automatically by our validation script. ```yaml - job: copr_build trigger: pull_request metadata: targets: - fedora-all ``` --- .packit.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 025196e9..961c62f1 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -14,8 +14,7 @@ jobs: trigger: pull_request metadata: targets: - - fedora-stable-x86_64 - - fedora-rawhide-x86_64 + - fedora-all - job: copr_build trigger: release @@ -30,13 +29,6 @@ jobs: targets: - fedora-stable -- job: tests - trigger: pull_request - metadata: - targets: - - fedora-stable-x86_64 - - fedora-rawhide-x86_64 - - job: propose_downstream trigger: release packit_instances: ["stg"]