From bbb00db17134200f2e74096ca89255e027fcf85f Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sep 17 2021 13:26:31 +0000 Subject: gating.yaml: Modernize file and attempt to get gating to work again Added bodhi_update_push_stable_critpath to decision_contexts in attempt to re-enable gating. See https://pagure.io/fedora-ci/general/issue/263 --- diff --git a/gating.yaml b/gating.yaml index f2c6454..88fea03 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,12 +1,10 @@ --- !Policy product_versions: - fedora-* -decision_context: bodhi_update_push_testing -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_stable +decision_contexts: + - bodhi_update_push_testing + - bodhi_update_push_stable + - bodhi_update_push_stable_critpath +subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}