mbien commented on code in PR #7013:
URL: https://github.com/apache/netbeans/pull/7013#discussion_r1471385759


##########
.github/workflows/main.yml:
##########
@@ -907,10 +907,8 @@ jobs:
           java-version: 17
           distribution: ${{ env.default_java_distribution }}
 
-      # TODO fix JDK 21 incompatibilites
       - name: java/java.mx.project
-        continue-on-error: ${{ github.event_name != 'pull_request' }}
-        run: .github/retry.sh ant $OPTS -f java/java.mx.project test
+        run: ant $OPTS -f java/java.mx.project test

Review Comment:
   @entlicher would you mind adding the retry script again? The mx project 
tests fail rarely, but they do fail sometimes as seen here:
   https://github.com/apache/netbeans/actions/runs/7571474085
   (scroll down and check annotations)
   
   the build tools job has several unreliable steps, adding more would have a 
negative effect on job stability. Playing whack-a-mole with CI is not fun esp 
when you try to debug something :)
   
   The mx step does also some downloading and setup and is sidelining the 
cache, so this might depend on good internet weather too.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to