Skip to content

Trim the CI matrix to hand-picked configurations.#456

Merged
maleadt merged 4 commits into
mainfrom
tb/ci_trim
Jul 10, 2026
Merged

Trim the CI matrix to hand-picked configurations.#456
maleadt merged 4 commits into
mainfrom
tb/ci_trim

Conversation

@maleadt

@maleadt maleadt commented Jul 9, 2026

Copy link
Copy Markdown
Member

Instead of crossing all memory backends with all platforms, Julia versions, and PoCL builds (33 jobs, ~1000 runner-minutes), run 10 hand-picked configurations: the memory backend is a host-side, load-time preference that is essentially orthogonal to the other axes, so cover all backends on Linux x64 and rotate them across the other platforms. The from-source PoCL build (upstream HEAD) is reduced to a single job, and the separate pocl_next smoke-test job is folded into the main matrix as a pocl: next axis value, now covering every platform rather than just Linux x64.

Closes #366

maleadt and others added 2 commits July 9, 2026 14:00
Instead of crossing all memory backends with all platforms, Julia
versions, and PoCL builds (33 jobs, ~1000 runner-minutes), run 10
hand-picked configurations: the memory backend is a host-side,
load-time preference that is essentially orthogonal to the other axes,
so cover all backends on Linux x64 and rotate them across the other
platforms. The from-source PoCL build (upstream HEAD) is reduced to a
single job, and the separate pocl_next smoke-test job is folded into
the main matrix as a `pocl: next` axis value, now covering every
platform rather than just Linux x64.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
macOS coverage lives on Buildkite (self-hosted Apple Silicon agents)
rather than GitHub Actions, since the GitHub-hosted ARM macOS runners
hung (#406). Extend that matrix with a pocl_next axis so the upcoming
PoCL release is smoke-tested on macOS too, matching the other
platforms; PoCL's library loading differs enough on macOS to make
this worth covering.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@christiangnrd

Copy link
Copy Markdown
Member

This is good. Can we do 1.11 and 1.13 too?

@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.62%. Comparing base (45a91e3) to head (7585105).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #456   +/-   ##
=======================================
  Coverage   80.62%   80.62%           
=======================================
  Files          13       13           
  Lines         898      898           
=======================================
  Hits          724      724           
  Misses        174      174           

☔ 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.

@simeonschaub simeonschaub left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I think this makes a lot of sense to save some unnecessary CI hours

Comment thread .github/workflows/Test.yml Outdated
Co-authored-by: Simeon David Schaub <simeon@schaub.rocks>
@maleadt maleadt merged commit a394feb into main Jul 10, 2026
12 of 14 checks passed
@maleadt maleadt deleted the tb/ci_trim branch July 10, 2026 13:38
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.

Fix and slim down CI

3 participants