zentol commented on a change in pull request #9783: [FLINK-14040][travis] 
Enable MiniCluster tests based on schedulerNG in Flink cron build
URL: https://github.com/apache/flink/pull/9783#discussion_r336018337
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -152,6 +156,10 @@ jobs:
       script: ./tools/travis_controller.sh tests
       env: PROFILE="-Dhadoop.version=2.4.1 -Pskip-hive-tests"
       name: tests - hadoop 2.4.1
+    - if: type = cron
+      script: ./tools/travis_controller.sh scheduler_ng
+      env: PROFILE="-Dhadoop.version=2.4.1 -Dscheduler-ng -Pskip-hive-tests"
 
 Review comment:
   I don't think we need the jdk 11 build. So long as you don't do any funky 
class-loading things I doubt you'll break something that isn't caught by other 
tests.

----------------------------------------------------------------
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

Reply via email to