From 68829388ca503f99ea4830f5e48a39510c9b688d Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 16 Jan 2025 09:09:58 -0800 Subject: [PATCH] gating.yaml: Fix gating file for rhel-10 This was cherry-picked from Fedora and not updated for RHEL 10. Related: RHEL-61435 --- gating.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gating.yaml b/gating.yaml index 0c1cc35..4ca9235 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,6 @@ --- !Policy product_versions: - - fedora-* -decision_contexts: [bodhi_update_push_stable] -subject_type: koji_build + - rhel-10 +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}