From b24059e3741b5863d25939fbccc39443293e6309 Mon Sep 17 00:00:00 2001 From: Sergey Kolosov Date: Mon, 2 Mar 2026 21:04:47 +0100 Subject: [PATCH] CI Gating: update gating.yaml for taskrpm deprecation Replace the deprecated baseos-ci.brew-build.tier1.functional rule with fast-line and slow-line rules for tier0, tier1 and testsuite tests. Related: RHEL-126175 --- gating.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 603530c..5c57620 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,5 +4,10 @@ product_versions: - rhel-8 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane-testsuite.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-slow-lane-testsuite.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane-tier0.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-slow-lane-tier0.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane-tier1.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-slow-lane-tier1.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build.rebuild.validation}