You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/08/27 17:38:46 UTC

[GitHub] [incubator-druid] ccaominh commented on a change in pull request #8400: enable unit tests with JDK11

ccaominh commented on a change in pull request #8400: enable unit tests with JDK11
URL: https://github.com/apache/incubator-druid/pull/8400#discussion_r318208419
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -47,31 +47,40 @@ env:
 # output.  To compensate, use travis_wait to extend the timeout.
 install: MAVEN_OPTS='-Xmx3000m' travis_wait 15 ${MVN} clean install -q -ff ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS} -T1C
 
-matrix:
-  include:
-    - name: "java 11 build"
-      jdk: openjdk11
-      script: ${MVN} test -pl '!web-console' ${MAVEN_SKIP}
+stages:
 
 Review comment:
   Looks like with the current set of stages, Travis is now taking ~80 minutes to complete, whereas before it would take 25-30 minutes. If we want to use stages, perhaps using fewer of them will still get most of the clarity and early failure benefits while not increasing the overall completion time too much. We may also need to rebalance the jobs so that there's less elapsed time variance within a stage.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org