From 760155b461bee5b91a3fcaa98d36a15d7ce6a821 Mon Sep 17 00:00:00 2001 From: Julien Rische Date: Thu, 15 May 2025 13:47:53 +0200 Subject: [PATCH] Fix gating rule for TMT test plan Signed-off-by: Julien Rische --- gating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 6096cff..5afc18c 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,4 +4,4 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build./plans/tests.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tests.functional}