This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 1aaf0f26486f77f0cd10e1b8e8c4d76a9ae5a113 Author: Sergey Nuyanzin <[email protected]> AuthorDate: Tue Aug 11 09:19:33 2026 +0200 [hotfix][ci] Add parallel execution to Maven compile options --- tools/ci/test_controller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/test_controller.sh b/tools/ci/test_controller.sh index 0a620fb6f5c..5517187f342 100755 --- a/tools/ci/test_controller.sh +++ b/tools/ci/test_controller.sh @@ -81,7 +81,7 @@ export LOG4J_PROPERTIES=${HERE}/log4j.properties MVN_LOGGING_OPTIONS="-Dlog.dir=${DEBUG_FILES_OUTPUT_DIR} -Dlog4j.configurationFile=file://$LOG4J_PROPERTIES" MVN_COMMON_OPTIONS="-Dfast -Pskip-webui-build $MVN_LOGGING_OPTIONS" -MVN_COMPILE_OPTIONS="-DskipTests" +MVN_COMPILE_OPTIONS="-DskipTests -T1C" MVN_COMPILE_MODULES=$(get_compile_modules_for_stage ${STAGE}) CALLBACK_ON_TIMEOUT="print_stacktraces | tee ${DEBUG_FILES_OUTPUT_DIR}/jps-traces.out"
