zhuzhurk 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_r337935373
##########
File path: .travis.yml
##########
@@ -112,6 +112,14 @@ jobs:
script: ./tools/travis_controller.sh tests
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11"
name: tests
+ - if: type in (pull_request, push)
+ script: ./tools/travis_controller.sh scheduler_ng_core
+ env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11"
+ name: scheduler_ng_core
Review comment:
done.
----------------------------------------------------------------
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