You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2022/10/28 09:40:59 UTC

[netbeans] branch delivery updated: wrap unreliable micronaut tests in retry script.

This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
     new 8c82a4cb79 wrap unreliable micronaut tests in retry script.
     new 5eb347d088 Merge pull request #4872 from mbien/ci-retry-micronaut-tests
8c82a4cb79 is described below

commit 8c82a4cb7995c1c9881410bc6533aeb26b9c3bff
Author: Michael Bien <mb...@gmail.com>
AuthorDate: Thu Oct 27 19:20:42 2022 +0200

    wrap unreliable micronaut tests in retry script.
---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a3c1737efa..7342b8b918 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1651,8 +1651,8 @@ jobs:
       - name: Extract
         run: tar --zstd -xf build.tar.zst
 
-      - name: micronaut
-        run: ant $OPTS -f enterprise/micronaut test
+      - name: enterprise/micronaut
+        run: .github/retry.sh ant $OPTS -f enterprise/micronaut test
 
       - name: spring.webmvc
         run: ant $OPTS -f enterprise/spring.webmvc test


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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