From d8ae0bed51ee01f8c31b1a426204dc74c804012a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 9 Aug 2019 13:49:03 +0200 Subject: [PATCH] try gating --- gating.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..fc33efa --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +rules: +- !PassingTestCaseRule {test_case_name: dist.rpmdeplint} +- !PassingTestCaseRule {test_case_name: dist.upgradepath}