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 17c993d67d Increase timeout for weekly CI build and ensure test
results are always uploaded (#1686)
17c993d67d is described below
commit 17c993d67d569d462ec1322f3b0c4fa0ec2cc4f1
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Tue Feb 17 16:52:22 2026 +0100
Increase timeout for weekly CI build and ensure test results are always
uploaded (#1686)
---
.github/workflows/ci-weekly.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-weekly.yml b/.github/workflows/ci-weekly.yml
index 3c07c6b058..220e6ac705 100644
--- a/.github/workflows/ci-weekly.yml
+++ b/.github/workflows/ci-weekly.yml
@@ -61,6 +61,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-24.04
+ timeout-minutes: 480
steps:
- uses: actions/checkout@v4
@@ -72,13 +73,13 @@ jobs:
- name: Test
run: mvn -B -e -fae verify -Dsurefire.rerunFailingTestsCount=3
- name: Upload Test Results
- if: (!cancelled())
+ if: always()
uses: actions/upload-artifact@v4
with:
name: test-results
path: '**/target/surefire-reports/*.xml'
- name: Publish Test Results
- if: (!cancelled())
+ if: always()
uses: EnricoMi/publish-unit-test-result-action@v2
with:
large_files: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact