Split javapackages-validator test into multiple runs with each version of JDK
Related: RHEL-100678
This commit is contained in:
parent
dbf65476f3
commit
d91d078708
@ -9,4 +9,5 @@ rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk25/full.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk25/headless.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/unbound/jlink.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages/jdk21.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages/jdk25.functional}
|
||||
|
||||
@ -5,3 +5,13 @@ discover:
|
||||
ref: c10s
|
||||
execute:
|
||||
how: tmt
|
||||
/jdk21:
|
||||
prepare:
|
||||
- how: install
|
||||
exclude:
|
||||
- maven-openjdk25
|
||||
/jdk25:
|
||||
prepare:
|
||||
- how: install
|
||||
exclude:
|
||||
- maven-openjdk21
|
||||
|
||||
Loading…
Reference in New Issue
Block a user