From aebeb94ad74a2908a5dd00011a8a288b4a248fbc Mon Sep 17 00:00:00 2001 From: Julien Rische Date: Thu, 30 Jan 2025 12:41:17 +0100 Subject: [PATCH] Fix gating tests pass conditions Signed-off-by: Julien Rische --- gating.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 00b61e0..fef6593 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,5 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tests.functional} + - !PassingTestCaseRule {test_case_name: idm-ci.brew-build.tier1.functional}