From 8274674330858f4200b0afc71227e7fe3f408deb Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 3 Mar 2021 16:30:43 +0100 Subject: [PATCH] gating.yaml: Add RHEL 8/9 --- gating.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gating.yaml b/gating.yaml index c2182c7..9071975 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,3 +4,12 @@ product_versions: decision_context: bodhi_update_push_stable rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + +--- !Policy +product_versions: + - rhel-8 + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}