From 0b2686b351304ccc79cf67cbcee42895442be52e Mon Sep 17 00:00:00 2001 From: Jan Kurik Date: Thu, 9 May 2024 08:27:48 +0200 Subject: [PATCH] Gating configuration for rhel-10 --- gating.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/gating.yaml b/gating.yaml index 058d0de..355e4e3 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,9 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build./plans/gating.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating.functional} +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !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}