Run latestDepTests in a separate job

This commit is contained in:
Tyler Benson 2019-06-12 09:34:20 -07:00
parent b112043ea3
commit ca57aade8c
1 changed files with 15 additions and 1 deletions

View File

@ -93,7 +93,13 @@ jobs:
<<: *default_test_job
environment:
# We are building on Java8, this is our default JVM so no need to set more homes
- TEST_TASK: test latestDepTest jacocoTestReport jacocoTestCoverageVerification
- TEST_TASK: test jacocoTestReport jacocoTestCoverageVerification
test_latest8:
<<: *default_test_job
environment:
# We are building on Java8, this is our default JVM so no need to set more homes
- TEST_TASK: latestDepTest
test_ibm8:
<<: *default_test_job
@ -249,6 +255,12 @@ workflows:
filters:
tags:
only: /.*/
- test_latest8:
requires:
- build
filters:
tags:
only: /.*/
- test_ibm8:
requires:
- build
@ -305,6 +317,7 @@ workflows:
requires:
- test_7
- test_8
- test_latest8
- test_ibm8
- test_9
- test_10
@ -322,6 +335,7 @@ workflows:
requires:
- test_7
- test_8
- test_latest8
- test_ibm8
- test_9
- test_10