Trim the CI matrix to hand-picked configurations.#456
Merged
Conversation
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>
Member
|
This is good. Can we do 1.11 and 1.13 too? |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
simeonschaub
approved these changes
Jul 9, 2026
simeonschaub
left a comment
Member
There was a problem hiding this comment.
Thanks! I think this makes a lot of sense to save some unnecessary CI hours
Co-authored-by: Simeon David Schaub <simeon@schaub.rocks>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: nextaxis value, now covering every platform rather than just Linux x64.Closes #366