From 351e73f59abf317a6b9a81082a4db7e15d3bc9a1 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Wed, 29 May 2024 21:20:22 +0200 Subject: [PATCH] Update required tests for gating Related: RHEL-29882 --- gating.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 656027f..65e977b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,5 +4,6 @@ product_versions: decision_context: osci_compose_gate_modules subject_type: redhat-module rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier0-tmt-x86_64-aarch64.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier0-tmt-s390x-ppc64le.functional} - !PassingTestCaseRule {test_case_name: osci.redhat-module.rebuild.validation}