From 7abb4c68fc76e110dba4bfeceb72107899903689 Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Thu, 9 May 2024 08:44:49 +0200 Subject: [PATCH] Gating configuration for rhel-9 --- gating.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index c190bde..daffe28 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: 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-s390x.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-x86_64.functional}