From dfed54b2467536fe439854b64d4141c4bbe44104 Mon Sep 17 00:00:00 2001 From: Matus Marhefka Date: Mon, 19 Jul 2021 09:37:43 +0200 Subject: [PATCH] Remove gating.yml (proper file needs to be named gating.yaml) Resolves: rhbz#1962564 --- gating.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 gating.yml diff --git a/gating.yml b/gating.yml deleted file mode 100644 index 1f13530..0000000 --- a/gating.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_testing -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}