Test with jdk14 on CI
This commit is contained in:
parent
461f226a0c
commit
eeac035164
|
@ -142,6 +142,11 @@ jobs:
|
||||||
environment:
|
environment:
|
||||||
- TEST_TASK: testJava13
|
- TEST_TASK: testJava13
|
||||||
|
|
||||||
|
test_14:
|
||||||
|
<<: *default_test_job
|
||||||
|
environment:
|
||||||
|
- TEST_TASK: testJava14
|
||||||
|
|
||||||
agent_integration_tests:
|
agent_integration_tests:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
docker:
|
docker:
|
||||||
|
@ -322,6 +327,12 @@ workflows:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
|
- test_14:
|
||||||
|
requires:
|
||||||
|
- build
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
|
||||||
- agent_integration_tests:
|
- agent_integration_tests:
|
||||||
requires:
|
requires:
|
||||||
|
@ -357,6 +368,7 @@ workflows:
|
||||||
- test_zulu11
|
- test_zulu11
|
||||||
- test_12
|
- test_12
|
||||||
- test_13
|
- test_13
|
||||||
|
- test_14
|
||||||
- agent_integration_tests
|
- agent_integration_tests
|
||||||
- check
|
- check
|
||||||
filters:
|
filters:
|
||||||
|
@ -378,6 +390,7 @@ workflows:
|
||||||
- test_zulu11
|
- test_zulu11
|
||||||
- test_12
|
- test_12
|
||||||
- test_13
|
- test_13
|
||||||
|
- test_14
|
||||||
- agent_integration_tests
|
- agent_integration_tests
|
||||||
- check
|
- check
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Reference in New Issue