From b50de0ffd7bf18b6abd2931bbe4f65c0a8f9ae17 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Mon, 7 Dec 2020 09:17:35 +0100 Subject: [PATCH] Basic test case - push trigger This test case is triggered automatically by our validation script. ```yaml - job: copr_build trigger: pull_request targets: - fedora-stable-x86_64 - fedora-rawhide-x86_64 ``` --- .packit.yaml | 8 +------- test.txt | 1 + 2 files changed, 2 insertions(+), 7 deletions(-) create mode 100644 test.txt diff --git a/.packit.yaml b/.packit.yaml index dce8acc3..b35b8908 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,5 +1,5 @@ --- -packit_instances: ["prod", "stg"] +packit_instances: ["prod",] specfile_path: hello.spec files_to_sync: - .packit.yaml @@ -28,12 +28,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"] diff --git a/test.txt b/test.txt new file mode 100644 index 00000000..e407be15 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Testing the push trigger.