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


##########
tools/ci/compile.sh:
##########
@@ -86,7 +86,7 @@ javadoc_output=/tmp/javadoc.out
 # use the same invocation as .github/workflows/docs.sh
 $MVN javadoc:aggregate -DadditionalJOption='-Xdoclint:none' \
       -Dmaven.javadoc.failOnError=false -Dcheckstyle.skip=true 
-Denforcer.skip=true -Dspotless.skip=true -Drat.skip=true \
-      -Dheader=someTestHeader > ${javadoc_output}
+      -Dheader=someTestHeader -Pskip-webui-build > ${javadoc_output}

Review Comment:
   Something wrong is happening with azure
   
   compile takes more than 2 hours for the recent master build 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=71583&view=results
   
   at the same time with this change it takes only one hour 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=71589&view=logs&s=ae4f8708-9994-57d3-c2d7-b892156e7812&j=52b61abe-a3cc-5bde-cc35-1bbe89bb7df5
   
   
   At the same time I still tend to think that the problem is somewhere on 
azure or Alibaba (we use their server there) side, since there is no noticeable 
change in GHA



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