snuyanzin commented on code in PR #28098:
URL: https://github.com/apache/flink/pull/28098#discussion_r3178570990
##########
.github/workflows/template.flink-ci.yml:
##########
@@ -405,7 +405,7 @@ jobs:
- name: "Build Flink"
uses: "./.github/actions/run_mvn"
with:
- maven-parameters: "install -DskipTests -Dfast $PROFILE
-Pskip-webui-build"
+ maven-parameters: "install -DskipTests -Dfast $PROFILE
-Pskip-webui-build -T1C"
Review Comment:
there are some places where single threaded output is expected as it should
be parsed after that by different checkers
this is not the case here, output from these jobs is not parsed
--
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]