From 35ce6bd08e991992856ac3e4ba8560d1edc7bd7d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 13 Dec 2022 14:26:58 -0500 Subject: [PATCH] Disable gating for now Signed-off-by: Stephen Gallagher --- gating.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 9011d43..0000000 --- a/gating.yaml +++ /dev/null @@ -1,18 +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.rpmdeplint.functional} - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} - ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} -