From c306af53e01a62447b79fc7d48758b12ea755ce0 Mon Sep 17 00:00:00 2001 From: Edjunior Machado Date: Wed, 17 Dec 2025 19:07:47 +0100 Subject: [PATCH] gating.yaml: Add tier1 s390x tests Resolves: RHEL-136152 --- gating.yaml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/gating.yaml b/gating.yaml index 89ec7b9..5ba989f 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,27 +1,9 @@ --- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} ---- !Policy -product_versions: - - rhel-8 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} ---- !Policy product_versions: - rhel-10 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}