From 6690d002baf20ddddf6d5166fc4871501dafb067 Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Fri, 5 Apr 2024 09:09:59 +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 f2c6454..b1d82d9 100644 --- a/gating.yaml +++ b/gating.yaml @@ -10,3 +10,10 @@ product_versions: decision_context: bodhi_update_push_stable 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}