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_r336030644
##########
File path: tools/travis/stage.sh
##########
@@ -201,8 +213,27 @@ function get_test_modules_for_stage() {
(${STAGE_TESTS})
echo "-pl $modules_tests"
;;
+ (${STAGE_SCHEDULER_NG})
+ echo "-pl $MODULES_SCHEDULR_NG"
+ ;;
+ (${STAGE_SCHEDULER_NG_CORE})
+ echo "-pl $MODULES_CORE"
+ ;;
(${STAGE_MISC})
echo "-pl $modules_misc"
;;
esac
}
+
+function get_test_extra_profiles_for_stage() {
+ local stage=$1
+
+ case ${stage} in
+ (${STAGE_SCHEDULER_NG})
+ echo "-Dscheduler-ng"
Review comment:
Ok. That's simpler. Though might a bit deceiving.
----------------------------------------------------------------
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