From 0188c5837fc5c0c8ffc98a5d0bc1778f53efc56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Tue, 26 Mar 2024 14:30:48 +0100 Subject: [PATCH] Add RHEL-10 context to gating.yaml --- gating.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gating.yaml b/gating.yaml index dea779c..8beaedd 100644 --- a/gating.yaml +++ b/gating.yaml @@ -13,3 +13,10 @@ decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-slow-lane.functional} +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-slow-lane.functional}