From 808e965c9b9867dbfada183bcfd04d2a830ac9e5 Mon Sep 17 00:00:00 2001 From: Nikolay Martynov Date: Fri, 14 Jun 2019 16:24:29 -0400 Subject: [PATCH] Add Zulu to circleci build --- .circleci/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d85c6e741..263a504359 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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