From ba11b61ac11609da625d92f4f71439efed9e6c7e Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Wed, 21 Apr 2021 07:53:58 +0200 Subject: [PATCH 1/2] Basic test case: copr build only This test case is triggered automatically by our validation script. ```yaml - job: copr_build trigger: pull_request targets: - fedora-all ``` --- .packit.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index dce8acc3..b7130811 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -14,8 +14,7 @@ jobs: - job: copr_build trigger: pull_request targets: - - fedora-stable-x86_64 - - fedora-rawhide-x86_64 + - fedora-all - job: copr_build trigger: release @@ -28,12 +27,6 @@ jobs: targets: - fedora-stable -- job: tests - trigger: pull_request - targets: - - fedora-stable-x86_64 - - fedora-rawhide-x86_64 - - job: propose_downstream trigger: release packit_instances: ["stg"] From c08f93cda3b329628e4801f9b5abacc25fccb4a8 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Fri, 16 Jun 2023 23:22:58 +0200 Subject: [PATCH 2/2] just one build Signed-off-by: Matej Focko --- .packit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index b7130811..28b55a11 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,5 +1,5 @@ --- -packit_instances: ["prod", "stg"] +packit_instances: ["stg"] specfile_path: hello.spec files_to_sync: - .packit.yaml @@ -14,7 +14,7 @@ jobs: - job: copr_build trigger: pull_request targets: - - fedora-all + - fedora-rawhide - job: copr_build trigger: release