tests: split testing of coreutils and coreutils-single
This commit is contained in:
parent
e0409bee09
commit
7bb2377c4b
@ -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}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user