From 0d4cfcad5795a12a54859afa5fa9975d3437f6ed Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Sat, 4 May 2024 09:31:37 +0200 Subject: [PATCH] Rework of gating rules to follow new CI setup --- 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}