From f4a36dca178ae5db4a987254977619d8723101bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Tue, 4 Apr 2023 13:12:42 +0200 Subject: [PATCH] Remove dist-git based test reference from gating Test were not imported into dist-git branch c8s, so any reference to it fails. Remove that reference, we have the test in other place as well anyway. --- gating.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index e43f2a6..fbfe118 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,5 +4,4 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}