From 6c49bf25f93a1a85ca8147798faa506dbd2b977a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 14 Feb 2019 16:06:09 +0000 Subject: [PATCH] Enable gating on the tests in dist-git --- gating.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..219cd2c --- /dev/null +++ b/gating.yaml @@ -0,0 +1,12 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +rules: + - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete} +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +rules: + - !PassingTestCaseRule {test_case_name: org.centos.prod.ci.pipeline.allpackages-build.package.test.functional.complete}