gating: do not schedule same plans twice

tmt uses substring matching for plan names so the coreutils-single plan
was scheduled for both entries.
This commit is contained in:
Lukáš Zaoral 2024-07-15 17:54:41 +02:00
parent 7bb2377c4b
commit ef3b598f8e
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -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}