CI: unify matrix to lts/1/pre/nightly × native arch per OS#571
Merged
Conversation
Single `ci.yml` for the full version × OS × test-part grid:
- versions: `lts`, `1`, `pre`, `nightly`
- OSes: ubuntu-latest, macOS-latest, windows-latest
- arch via per-OS `include:` — `aarch64` on macOS-latest (native
Apple silicon since the 2024 image refresh; previous Rosetta x64
emulation was already producing FP-rounding noise on math tests),
`x64` elsewhere
- 6 test parts (LOOPVECTORIZATION_TEST=part1..part6)
`continue-on-error: true` for `pre` and `nightly` so the recurring
upstream Julia incompat (`MethodError: length(::OncePerThread{...})`
introduced in Julia 1.13+ that breaks `test/broadcast.jl` and
`test/threading.jl`) surfaces as a soft fail without blocking PRs.
Drop `ci-julia-nightly.yml` — folded into the unified matrix. Bump
`codecov/codecov-action` v3 → v5 (v3 is EOL; `file:` → `files:`).
Matrix shape: 4 versions × 3 OSes × 6 parts = 72 test jobs, plus the
existing `Documentation` and `Doctests` jobs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Single
ci.ymlfor the full version × OS × test-part grid. Matches the SLEEFPirates and VectorizationBase CI patterns.Matrix
lts,1,pre,nightlyubuntu-latest,macOS-latest,windows-latestinclude:)x64on ubuntu / windows;aarch64on macOS-latest (native Apple silicon since the 2024 GitHub Actions image refresh; the previousarch: x64ran Rosetta-emulated x86 with measurable FP-rounding drift on math tests)part1…part6viaLOOPVECTORIZATION_TESTTotal: 4 × 3 × 6 = 72 test jobs, plus
DocumentationandDoctests.Soft-fail behavior
continue-on-error: trueonpreandnightly. The recurring upstream Julia incompat (MethodError: length(::OncePerThread{Base.IntrusiveLinkedListSynchronized{Task}, …})introduced in Julia 1.13+ that breakstest/broadcast.jl:205andtest/threading.jl:121) still shows up in the status panel but no longer blocks PRs.Workflow cleanup
.github/workflows/ci-julia-nightly.yml— folded into the unified matrix.codecov/codecov-actionv3 → v5 (v3 is EOL;file:→files:).🤖 Generated with Claude Code