From c068850d71572d0c96327438aa5adfdc267d7f3e Mon Sep 17 00:00:00 2001 From: Michal Kolar Date: Wed, 19 Mar 2025 22:26:39 +0000 Subject: [PATCH] gating.yaml: split the task into a fast and slow lane --- gating.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 61de744..59a9227 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,5 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional} + - !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}