Split javapackages-validator test into multiple runs with each version of JDK

Related: RHEL-100678
This commit is contained in:
Marián Konček 2025-10-03 12:15:30 +02:00
parent dbf65476f3
commit d91d078708
2 changed files with 12 additions and 1 deletions

View File

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

View File

@ -5,3 +5,13 @@ discover:
ref: c10s
execute:
how: tmt
/jdk21:
prepare:
- how: install
exclude:
- maven-openjdk25
/jdk25:
prepare:
- how: install
exclude:
- maven-openjdk21