From 68caf521ff9df03818ac47c60a316f9396b0c00d Mon Sep 17 00:00:00 2001 From: Nikolay Martynov Date: Tue, 25 Jun 2019 11:01:44 -0400 Subject: [PATCH] Run tests on zulu11 --- .circleci/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 263a5043591..922abba3479 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,6 +127,11 @@ jobs: environment: - TEST_TASK: testJava11 + test_zulu11: + <<: *default_test_job + environment: + - TEST_TASK: testJavaZULU11 + test_12: <<: *default_test_job environment: @@ -297,6 +302,12 @@ workflows: filters: tags: only: /.*/ + - test_zulu11: + requires: + - build + filters: + tags: + only: /.*/ - test_12: requires: - build @@ -335,6 +346,7 @@ workflows: - test_9 - test_10 - test_11 + - test_zulu11 - test_12 - agent_integration_tests - check @@ -350,9 +362,11 @@ workflows: - test_8 - test_latest8 - test_ibm8 + - test_zulu8 - test_9 - test_10 - test_11 + - test_zulu11 - test_12 - agent_integration_tests - check