From 6f1caa5d9179f36cfd8e2b8a0b95b481e1e387a8 Mon Sep 17 00:00:00 2001 From: Matus Marhefka Date: Thu, 27 Aug 2020 15:10:19 +0200 Subject: [PATCH] gating.yaml: enable gating to both - testing and stable repos --- gating.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 024c138..0bd5927 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,14 @@ --- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} +--- !Policy product_versions: - fedora-* decision_context: bodhi_update_push_stable subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier2.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}