snuyanzin commented on code in PR #28960:
URL: https://github.com/apache/flink/pull/28960#discussion_r3765923516


##########
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"

Review Comment:
   in case of tests (done in a separate commit)
   1. compile/build with `-T1C`
   2. tests still do not use `-T` maven parallel options (instead there are 
special surefire and junit5 settings)



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to