mbien opened a new pull request, #5254: URL: https://github.com/apache/netbeans/pull/5254
checked the CI runs of the last 18 merges to master to see if we can reduce the whack-a-mole factor a bit. Most had `java.mx.project` failing which is already wrapped in a retry script and `continue-on-error`is set to true for merges. I couldn't reproduce the failure locally, it always passed, so this one might be tricky to fix (previews attempt #4100). But `ide/options.editor` did also fail often. Those are fairly short tests which could benefit from a retry script - which I added with this PR. I did also increase the job timeout on mac since the mac runners can sometimes have really high latencies or artifact download speeds. The other tests failing were in `java/refactoring.java` and `java.source.base` which would be mitigated by #5138 if it makes it in before freeze. -- 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
