From 7cc4fe9cfdca221247777a6000619923dbded59e Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 7 Apr 2021 08:11:38 +0200 Subject: [PATCH] Remove gating config Gating in rawhide is fragile and unreliable and usually causes more troubles than adds value. Moreover, using CI and pull-request based process for updates with a rebuild of dependant packages is more than enough to uncover a possible issues. --- gating.yaml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 282e16b..0000000 --- a/gating.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- !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}