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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]