From 20e44c025f2eae5012eb34d9d50e28a2d42b1720 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Tue, 30 Apr 2024 08:17:15 +0200 Subject: [PATCH] Update gating config for rhel 9 Replace baseos-ci.brew-build.tier1-gating.functional test with baseos-ci.brew-build.tier1-tmt-*.functional. The former was based on beaker+TCMS which is legacy at this point, while the latter is based on testing farm. Related: RHEL-29534 --- gating.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 61de744..676693f 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,5 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-x86_64-aarch64.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-s390x-ppc64le.functional}