From 293454f495b7bfbc4219d03045668f0fb71261c3 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 ``` Signed-off-by: Hunor Csomortáni --- .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..2fa945d3 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 @@ -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.