From 5567c6660f6b4571d81e067b9841bc4442682468 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Fri, 5 Apr 2024 09:16:09 +0200 Subject: [PATCH] Add c10s/rhel-10 gating config Related: RHEL-27724 --- gating.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gating.yaml b/gating.yaml index c60f9b5..17e5e5b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -7,3 +7,10 @@ decision_contexts: subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier0-tmt-x86_64-aarch64.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier0-tmt-s390x-ppc64le.functional}