Skip to content

fix: split import-test-nonabi3 per platform to remove needs coupling - #246

Merged
schroedk merged 1 commit into
mainfrom
fix/decouple-import-test-nonabi3
Aug 5, 2026
Merged

fix: split import-test-nonabi3 per platform to remove needs coupling#246
schroedk merged 1 commit into
mainfrom
fix/decouple-import-test-nonabi3

Conversation

@schroedk

@schroedk schroedk commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Same bug class fixed in #243: `needs: [linux-nonabi3, macos-nonabi3, windows-nonabi3]` made every import-test-nonabi3 leg wait for, and get skipped by, an unrelated platform's build. `macos-nonabi3 (macos-15-intel)` is consistently the slowest of the three build jobs (confirmed via job logs: 100% sccache hit rate, so it's LTO relink cost on that runner's hardware, not a cache miss) — so Linux/Windows tests were needlessly gated on a platform they don't depend on.

Splits into `import-test-nonabi3-{linux,macos,windows}`, each needing only its own platform's build job.

Doesn't change overall Wheels run duration — macOS stays the critical path for its own tests either way — but a macOS build failure (or its longer, more variable build time) no longer delays or skips the unrelated Linux/Windows checks.

Same bug class as #243: needs: [linux-nonabi3, macos-nonabi3,
windows-nonabi3] made every test leg (including Linux/Windows-only
ones) wait for, and get skipped by, an unrelated platform's build.
macos-nonabi3 (macos-15-intel) is consistently the slowest of the
three builds — confirmed via job logs it's not a cache miss, but the
LTO relink cost of the release profile on that runner's hardware — so
Linux/Windows tests were needlessly gated on it.

Splits into import-test-nonabi3-{linux,macos,windows}, each needing
only its own platform's build job. Doesn't change overall run
duration (macOS stays the critical path for its own tests), but a
macOS build failure no longer skips unrelated Linux/Windows checks.
@schroedk
schroedk merged commit 5e2a1a5 into main Aug 5, 2026
5 checks passed
@schroedk
schroedk deleted the fix/decouple-import-test-nonabi3 branch August 5, 2026 16:07
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