From 02d601f5e175859cd5cb5bcbde74ef5d33b228c0 Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Wed, 17 Jul 2024 13:08:22 +0200 Subject: [PATCH] gating.yaml: Add requirement for osci.brew-build.tier0.functional --- gating.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gating.yaml b/gating.yaml index ce3cdc1..c8a9fd3 100644 --- a/gating.yaml +++ b/gating.yaml @@ -17,3 +17,9 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}