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_r336424266
########## File path: tools/travis/stage.sh ########## @@ -126,6 +127,10 @@ flink-connectors/flink-sql-connector-kafka," MODULES_TESTS="\ flink-tests" +MODULES_SCHEDULR_NG="\ +$MODULES_CORE,\ +$MODULES_TESTS" Review comment: Here's a reference for the time cost https://travis-ci.com/zhuzhurk/flink/builds/132499016. I annotated all passing tests and enabled full scheduler_ng and core scheduler_ng job for PRs.  Note that it's on my own travis which is much slower than the flink-ci travis. The `tests` job time cost can be a standard for comparing. It is usually ~16min in flink-ci travis and ~42min in my travis. ---------------------------------------------------------------- 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
