From ef3b598f8e5833a3fe67cda433682d354231c236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Mon, 15 Jul 2024 17:54:41 +0200 Subject: [PATCH] gating: do not schedule same plans twice tmt uses substring matching for plan names so the coreutils-single plan was scheduled for both entries. --- gating.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 6deed6b..d9d641e 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal/coreutils.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal/coreutils-single.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}