maven/gating.yaml
Mikolaj Izdebski 8108928ca6 Don't run javapackages-validator tests as matrix test
maven-openjdk${N} packages don't contain any Java content anyway, so
it doesn't make sense to validate them.  It is enough to validate the
core packages only.
2024-07-02 13:53:40 +02:00

17 lines
956 B
YAML

--- !Policy
product_versions:
- rhel-10
decision_contexts:
- osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk8/full.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk11/full.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk17/full.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk21/full.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk8/headless.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk11/headless.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk17/headless.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/matrix/jdk21/headless.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}
k