Skip to content

fix(ci): windows-acceptance matrix covers all test files#694

Merged
Chemaclass merged 1 commit into
mainfrom
fix/windows-acceptance-matrix
Jun 3, 2026
Merged

fix(ci): windows-acceptance matrix covers all test files#694
Chemaclass merged 1 commit into
mainfrom
fix/windows-acceptance-matrix

Conversation

@Chemaclass
Copy link
Copy Markdown
Member

🤔 Background

The windows-acceptance job sharded acceptance tests with alpha-keyed globs, but the buckets silently skipped four files and the matrix label leaked the full glob path.

💡 Changes

  • Cover every acceptance file: bashunit_test.sh, coverage_*, install, mock were matched by no shard and never ran on Windows
  • Verified the three shards now partition all 51 files exactly once (no gaps, no overlap)
  • Add a job name: so labels read windows-acceptance (a-e) instead of dumping the test_path glob

@Chemaclass Chemaclass added the bug Something isn't working label Jun 3, 2026
@Chemaclass Chemaclass self-assigned this Jun 3, 2026
@Chemaclass Chemaclass merged commit 81625a5 into main Jun 3, 2026
31 checks passed
@Chemaclass Chemaclass deleted the fix/windows-acceptance-matrix branch June 3, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant