From c1f61f1874056c405f877955ca8305c4d4e1a908 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Fri, 17 Apr 2020 00:03:31 +0200 Subject: [PATCH] Add gating.yaml. --- gating.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..afcf378 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,8 @@ +--- !Policy +product_versions: + - fedora-33 + - fedora-rawhide +decision_context: bodhi_update_push_stable +rules: + - !PassingTestCaseRule {test_case_name: dist.abicheck} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}