From 2a48ee463c3327c6f3bf8c77246a5a6081f6a065 Mon Sep 17 00:00:00 2001 From: Lukas Zachar Date: Mon, 15 Jul 2024 15:36:48 +0000 Subject: [PATCH] Gating for RHEL --- gating.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gating.yaml b/gating.yaml index 282e16b..35df409 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,7 @@ +# Gating RHEL --- !Policy product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -subject_type: koji_build + - rhel-* +decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} \ No newline at end of file