tests: split testing of coreutils and coreutils-single

This commit is contained in:
Lukáš Zaoral 2024-07-15 16:00:09 +02:00
parent e0409bee09
commit 7bb2377c4b
No known key found for this signature in database
GPG Key ID: 39157506DD67752D
2 changed files with 14 additions and 2 deletions

View File

@ -3,4 +3,5 @@ product_versions:
- rhel-10 - rhel-10
decision_context: osci_compose_gate decision_context: osci_compose_gate
rules: rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} - !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}

View File

@ -1,4 +1,3 @@
summary: Internal Tier1 tests plan
discover: discover:
how: fmf how: fmf
filter: 'tag: CI-Tier-1' filter: 'tag: CI-Tier-1'
@ -8,3 +7,15 @@ execute:
adjust: adjust:
enabled: false enabled: false
when: distro == centos-stream or distro == fedora when: distro == centos-stream or distro == fedora
/coreutils:
summary: Internal Tier1 tests plan - coreutils
prepare:
how: install
exclude: coreutils-single
/coreutils-single:
summary: Internal Tier1 tests plan - coreutils-single
prepare:
how: install
exclude: coreutils