From a876696368eef2b96a2ef302a448ee9b0d8a10b9 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 13 Apr 2021 15:34:58 +0200 Subject: [PATCH] gating.yml: Enable gating for RHEL 9 Cherry-picked from Fedora Rawhide: https://src.fedoraproject.org/rpms/cockpit/c/8274674330 https://src.fedoraproject.org/rpms/cockpit/c/4590eb7340 --- gating.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gating.yaml b/gating.yaml index c2182c7..5a2cf7d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,3 +4,11 @@ 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}