Merge pull request #615 from DataDog/mar-kolya/emable-ibm-jvm

Mar kolya/emable ibm jvm
This commit is contained in:
Nikolay Martynov 2018-12-04 17:30:57 -05:00 committed by GitHub
commit 5ab82fb85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -95,6 +95,11 @@ jobs:
# We are building on Java8, this is our default JVM so no need to set more homes # 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 latestDepTest jacocoTestReport jacocoTestCoverageVerification
test_ibm8:
<<: *default_test_job
environment:
- TEST_TASK: testJavaIBM8
test_9: test_9:
<<: *default_test_job <<: *default_test_job
environment: environment:
@ -239,6 +244,12 @@ workflows:
filters: filters:
tags: tags:
only: /.*/ only: /.*/
- test_ibm8:
requires:
- build
filters:
tags:
only: /.*/
- test_9: - test_9:
requires: requires:
- build - build
@ -283,6 +294,7 @@ workflows:
requires: requires:
- test_7 - test_7
- test_8 - test_8
- test_ibm8
- test_9 - test_9
- test_10 - test_10
- test_11 - test_11
@ -298,6 +310,7 @@ workflows:
requires: requires:
- test_7 - test_7
- test_8 - test_8
- test_ibm8
- test_9 - test_9
- test_10 - test_10
- test_11 - test_11