Skip to content

fix(ci): ensure test results are displayed on error or timeout#2314

Merged
jbonofre merged 1 commit into
apache:mainfrom
jbonofre:fix/ci-test-results-on-failure
Mar 14, 2026
Merged

fix(ci): ensure test results are displayed on error or timeout#2314
jbonofre merged 1 commit into
apache:mainfrom
jbonofre:fix/ci-test-results-on-failure

Conversation

@jbonofre
Copy link
Copy Markdown
Member

Use always() instead of !cancelled() so the upload and publish steps run even when the job is cancelled due to a timeout. Add a step-level timeout to the Maven test run so a timeout stops the step without cancelling the entire job, giving the reporting steps a chance to execute.

Use `always()` instead of `!cancelled()` so the upload and publish
steps run even when the job is cancelled due to a timeout.  Add a
step-level timeout to the Maven test run so a timeout stops the step
without cancelling the entire job, giving the reporting steps a chance
to execute.
@jbonofre jbonofre force-pushed the fix/ci-test-results-on-failure branch from c8d73fb to 84ee9dd Compare March 14, 2026 07:37
@jbonofre jbonofre merged commit c223aba into apache:main Mar 14, 2026
2 checks passed
@jbonofre jbonofre deleted the fix/ci-test-results-on-failure branch March 14, 2026 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant