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_r336026749
########## 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: @zentol As you also suggested we remove the `scheduler_ng` tests for JDK11. So you mean we can just add the `scheduler_ng` stage for per commit tests and no need to add new cron jobs? (`scheduler_ng_core` stage is also not needed then.) After the test annotation is done, the `scheduler_ng` stage should take a bit longer than the `tests` stage. (since flink-tests mainly consists of MiniCluster 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
