Add Zulu to circleci build
This commit is contained in:
parent
7fc5132ea6
commit
808e965c9b
|
@ -107,6 +107,11 @@ jobs:
|
|||
environment:
|
||||
- TEST_TASK: testJavaIBM8
|
||||
|
||||
test_zulu8:
|
||||
<<: *default_test_job
|
||||
environment:
|
||||
- TEST_TASK: testJavaZULU8
|
||||
|
||||
test_9:
|
||||
<<: *default_test_job
|
||||
environment:
|
||||
|
@ -268,6 +273,12 @@ workflows:
|
|||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- test_zulu8:
|
||||
requires:
|
||||
- build
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- test_9:
|
||||
requires:
|
||||
- build
|
||||
|
@ -320,6 +331,7 @@ workflows:
|
|||
- test_8
|
||||
- test_latest8
|
||||
- test_ibm8
|
||||
- test_zulu8
|
||||
- test_9
|
||||
- test_10
|
||||
- test_11
|
||||
|
|
Loading…
Reference in New Issue