maven/gating.yaml

17 lines
956 B
YAML
Raw Normal View History

2022-03-25 13:19:26 +00:00
--- !Policy
product_versions:
2024-07-02 09:31:15 +00:00
- rhel-10
2022-03-25 13:19:26 +00:00
decision_contexts:
2024-07-02 09:31:15 +00:00
- osci_compose_gate
2022-03-25 13:19:26 +00:00
rules:
2024-07-02 09:45:27 +00:00
- !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