From 445ea03283e5d8a87a0bfb8b21e7123b15d11c62 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Thu, 3 Sep 2026 08:25:54 +0200 Subject: [PATCH] Split gating tests Related: PTG-2237 --- gating.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 6ba9978..e537f38 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,10 @@ --- !Policy product_versions: - rhel-9 + - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gating-x86_64-aarch64.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gating-s390x-ppc64le.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gating-tmt-x86_64.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gating-tmt-aarch64.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gating-tmt-ppc64le.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gating-tmt-s390x.functional}