From 9e69bf25ebff5d9867bdaba06a2b4beaa8b788ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Filipensk=C3=BD?= Date: Thu, 20 Nov 2025 15:22:30 +0100 Subject: [PATCH] Remove osci.brew-build.tier0.functional from gating.yaml from #help-osci: no need to specify osci.brew-build.tier0.functional in gating.yaml - it is redundant. If you have tests we run tier0 and if you don't, we don't. --- gating.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index af42d28..55f5e27 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,5 +4,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: idm-ci.brew-build.tier1.functional}