Add Zulu to circleci build

This commit is contained in:
Nikolay Martynov 2019-06-14 16:24:29 -04:00
parent 7fc5132ea6
commit 808e965c9b
1 changed files with 12 additions and 0 deletions

View File

@ -107,6 +107,11 @@ jobs:
environment: environment:
- TEST_TASK: testJavaIBM8 - TEST_TASK: testJavaIBM8
test_zulu8:
<<: *default_test_job
environment:
- TEST_TASK: testJavaZULU8
test_9: test_9:
<<: *default_test_job <<: *default_test_job
environment: environment:
@ -268,6 +273,12 @@ workflows:
filters: filters:
tags: tags:
only: /.*/ only: /.*/
- test_zulu8:
requires:
- build
filters:
tags:
only: /.*/
- test_9: - test_9:
requires: requires:
- build - build
@ -320,6 +331,7 @@ workflows:
- test_8 - test_8
- test_latest8 - test_latest8
- test_ibm8 - test_ibm8
- test_zulu8
- test_9 - test_9
- test_10 - test_10
- test_11 - test_11