From c0739afafbeaf1d7cf90fb00a04dc8736d918fbf Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Tue, 25 Jun 2024 12:15:03 +0200 Subject: [PATCH] Update gating config for required tests We no longer use the old beaker+tcms based job in our BaseOS CI (baseos-ci.redhat-module.tier1-functional). Remove it as required test and use the Testing Farm+tmt based ones. Related: RHEL-30073 --- gating.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 9f1d298..4bdc73a 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,4 +4,5 @@ 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}