Enable tests for java13
This commit is contained in:
parent
153f88716b
commit
44dc98200a
|
@ -137,6 +137,11 @@ jobs:
|
||||||
environment:
|
environment:
|
||||||
- TEST_TASK: testJava12
|
- TEST_TASK: testJava12
|
||||||
|
|
||||||
|
test_13:
|
||||||
|
<<: *default_test_job
|
||||||
|
environment:
|
||||||
|
- TEST_TASK: testJava13
|
||||||
|
|
||||||
agent_integration_tests:
|
agent_integration_tests:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
docker:
|
docker:
|
||||||
|
@ -314,6 +319,12 @@ workflows:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
|
- test_13:
|
||||||
|
requires:
|
||||||
|
- build
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
|
||||||
- agent_integration_tests:
|
- agent_integration_tests:
|
||||||
requires:
|
requires:
|
||||||
|
@ -348,6 +359,7 @@ workflows:
|
||||||
- test_11
|
- test_11
|
||||||
- test_zulu11
|
- test_zulu11
|
||||||
- test_12
|
- test_12
|
||||||
|
- test_13
|
||||||
- agent_integration_tests
|
- agent_integration_tests
|
||||||
- check
|
- check
|
||||||
filters:
|
filters:
|
||||||
|
@ -368,6 +380,7 @@ workflows:
|
||||||
- test_11
|
- test_11
|
||||||
- test_zulu11
|
- test_zulu11
|
||||||
- test_12
|
- test_12
|
||||||
|
- test_13
|
||||||
- agent_integration_tests
|
- agent_integration_tests
|
||||||
- check
|
- check
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Reference in New Issue