From f5ef33b8d5e0cacb8a00670cdcba8208071581e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Thu, 20 Nov 2025 12:07:24 +0100 Subject: [PATCH] Update gating requirements * Drop baseos-ci.brew-build.other.functional, which in practice was just an older version of osci.brew-build.rebuild.validation * Add the gate-build-*-lane tests which represent downstream tier 1 * Add image mode testing on x86_64 and aarch64 This will align the RHEL 10 and 9 gating requirement. --- gating.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 47f2574..38af9ad 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,4 +4,6 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.rebuild.validation} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other.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} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.imagemode-tmt-x86_64-aarch64.functional}