MartijnVisser commented on code in PR #27722:
URL: https://github.com/apache/flink/pull/27722#discussion_r2880084417
##########
tools/ci/compile.sh:
##########
@@ -60,7 +60,7 @@ EXIT_CODE=0
# run with -T1 because our maven output parsers don't support multi-threaded
builds
$MVN clean deploy
-DaltDeploymentRepository=validation_repository::default::file:$MVN_VALIDATION_DIR
-Dflink.convergence.phase=install -Pcheck-convergence \
- -Dmaven.javadoc.skip=true -U -DskipTests "${@}" -T1 | tee
$MVN_CLEAN_COMPILE_OUT
+ -Dmaven.javadoc.skip=true -U -DskipTests
-Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.shade=DEBUG "${@}" -T1 |
tee $MVN_CLEAN_COMPILE_OUT
Review Comment:
Previously successful CI run when we didn't bump the dependency:
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=72926&view=results
Now running CI run where we bumped a dependency, but not updated the NOTICE
file
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=72931&view=results
--
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]