Skip to content

[MINOR][CI] Retry Maven test-compile on transient repository download errors#2486

Merged
Baunsgaard merged 1 commit into
apache:mainfrom
Baunsgaard:ci/fix-job-timeout
Jun 9, 2026
Merged

[MINOR][CI] Retry Maven test-compile on transient repository download errors#2486
Baunsgaard merged 1 commit into
apache:mainfrom
Baunsgaard:ci/fix-job-timeout

Conversation

@Baunsgaard

Copy link
Copy Markdown
Contributor

CI jobs intermittently fail at startup when Maven Central returns a transient error (e.g. HTTP 403 while resolving the Apache parent POM), which is unrelated to the code under test. Retry test-compile once after a short pause when the failure is a "Could not transfer artifact" download error, while genuine compilation and test failures still fail fast.

Also point the test action at the entrypoint script in the mounted workspace so changes to docker/entrypoint.sh take effect immediately without rebuilding and republishing apache/systemds:testing-latest.

Failing job that motivated this change:
https://github.com/apache/systemds/actions/runs/27167144065/job/80197161169

CI jobs intermittently fail at startup when Maven Central returns a
transient error (e.g. HTTP 403 while resolving the Apache parent POM),
which is unrelated to the code under test. Retry test-compile once after a
short pause when the failure is a "Could not transfer artifact" download
error, while genuine compilation and test failures still fail fast.

Also point the test action at the entrypoint script in the mounted
workspace so changes to docker/entrypoint.sh take effect immediately
without rebuilding and republishing apache/systemds:testing-latest.

Failing job that motivated this change:
https://github.com/apache/systemds/actions/runs/27167144065/job/80197161169
@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.40%. Comparing base (ae9a59c) to head (4ede53a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2486      +/-   ##
============================================
- Coverage     71.41%   71.40%   -0.02%     
  Complexity    48774    48774              
============================================
  Files          1571     1571              
  Lines        188912   188912              
  Branches      37067    37067              
============================================
- Hits         134917   134895      -22     
- Misses        43544    43553       +9     
- Partials      10451    10464      +13     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Baunsgaard Baunsgaard merged commit 37189bf into apache:main Jun 9, 2026
50 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in SystemDS PR Queue Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant