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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 9eef83bb25 Tolerate flaky tests here because it would fail the entire 
matrix. The PR one does not have the flag so we can still spot the flaky tests 
(#1685)
9eef83bb25 is described below

commit 9eef83bb25299aa622ad44bde501464bf6c01ed7
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Tue Feb 17 07:04:16 2026 +0100

    Tolerate flaky tests here because it would fail the entire matrix. The PR 
one does not have the flag so we can still spot the flaky tests (#1685)
---
 .github/workflows/ci-nightly.yml | 2 +-
 .github/workflows/ci-weekly.yml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-nightly.yml b/.github/workflows/ci-nightly.yml
index c2988809f3..205cd10b03 100644
--- a/.github/workflows/ci-nightly.yml
+++ b/.github/workflows/ci-nightly.yml
@@ -76,7 +76,7 @@ jobs:
           java-version: ${{ matrix.java-version }}
           distribution: temurin
       - name: Test
-        run: mvn -B -e -fae verify -Pactivemq.tests-quick
+        run: mvn -B -e -fae verify -Pactivemq.tests-quick 
-Dsurefire.rerunFailingTestsCount=3
       - name: Upload Test Results
         if: (!cancelled())
         uses: actions/upload-artifact@v4
diff --git a/.github/workflows/ci-weekly.yml b/.github/workflows/ci-weekly.yml
index a6194c1954..3c07c6b058 100644
--- a/.github/workflows/ci-weekly.yml
+++ b/.github/workflows/ci-weekly.yml
@@ -70,7 +70,7 @@ jobs:
           java-version: 17
           distribution: temurin
       - name: Test
-        run: mvn -B -e -fae verify
+        run: mvn -B -e -fae verify -Dsurefire.rerunFailingTestsCount=3
       - name: Upload Test Results
         if: (!cancelled())
         uses: actions/upload-artifact@v4


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to