From 954aa4f767fe42885d5e5124b3fef8ce0db0882a Mon Sep 17 00:00:00 2001 From: James Molet Date: Fri, 10 Jul 2026 10:14:19 -0400 Subject: [PATCH] Remove legacy rhsmci gating rule The new osci plans/integration and plans/smoke rules replace the old rhsmci.brew-build.tier1.functional rule. Keeping both would run the gating suite twice. --- gating.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 6d04227..4dd826e 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,4 +5,3 @@ decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/integration.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke.functional} - - !PassingTestCaseRule {test_case_name: rhsmci.brew-build.tier1.functional}