From 629e39ce05b7591edf77bb510fcf0ea7c9000d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Mon, 28 Jun 2021 09:39:00 +0200 Subject: [PATCH] gating.yaml: don't gate on osci.brew-build.tier0.functional It's currently just noise that we have to waive manually: the tests (inherited from Fedora) are out of date, unmaintained and duplicate other (internal RHEL) tests. Longer-term solution yet to be worked out. --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 5656ea1..b24405b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,5 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} +# - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional}