From e1701a944b825a8c82aeeb124fb1d8ec74e46dfd Mon Sep 17 00:00:00 2001 From: Edjunior Machado Date: Fri, 5 Dec 2025 09:49:19 +0100 Subject: [PATCH] gating.yaml: Update gating config --- gating.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index c190bde..7f874f2 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,6 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-aarch64.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-ppc64le.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-x86_64.functional}