From 4b71a7d37c366b63daefa577ed7b43cedc931cb8 Mon Sep 17 00:00:00 2001 From: Martin Coufal Date: Wed, 10 Jul 2024 09:02:03 +0000 Subject: [PATCH] Add rhel-10 gating --- gating.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gating.yaml b/gating.yaml index 4fab4ec..26c566b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -11,3 +11,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: baseos-ci.brew-build.tier1.functional}