From badaa8ef8c7d901e77c59d491eca2667b43b6f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Thu, 20 Nov 2025 14:40:28 +0100 Subject: [PATCH] Update gating requirements - Require a set of rebuild (called buildroot-ready testing in the past) - Use newer tier 1 - Require image mode testing This will align the RHEL 10 and 9 configurations. --- gating.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index c190bde..38af9ad 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,7 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.rebuild.validation} + - !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}