From 9d27ed45869e689fab294bdbcd444e4012d59cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imovec?= Date: Tue, 7 Mar 2023 13:06:07 +0100 Subject: [PATCH] Gating tier1 tests instead of non-existing tier0 --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 33c3c48..1d33bad 100644 --- a/gating.yaml +++ b/gating.yaml @@ -8,5 +8,5 @@ decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}