From 3641a60626d023d598c2ac05bf82890e883e5303 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Aug 23 2018 15:32:29 +0000 Subject: Opt-in to Greenwave gating. Signed-off-by: Randy Barlow --- diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..37e55d3 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,16 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +rules: + - !PassingTestCaseRule {test_case_name: dist.depcheck} + - !PassingTestCaseRule {test_case_name: dist.abicheck} + - !PassingTestCaseRule {test_case_name: dist.rpmdeplint} +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +rules: + - !PassingTestCaseRule {test_case_name: dist.depcheck} + - !PassingTestCaseRule {test_case_name: dist.abicheck} + - !PassingTestCaseRule {test_case_name: dist.rpmdeplint}