Commit 0dc5dfb
fix(ci): remove test sharding to reduce runner usage (#5845)
## Summary
- Remove `shardIndex`/`shardTotal` matrix from `test` and `test-egg-bin`
jobs
- Each platform/node combo now runs all tests in a single job instead of
splitting into 3 shards
- Total CI jobs reduced from 37 to 14 (~62% reduction)
## Test plan
- [ ] CI passes on all platforms (ubuntu, macos, windows)
- [ ] egg-bin tests pass without `CI_NODE_INDEX`/`CI_NODE_TOTAL`
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Streamlined CI workflow by removing test sharding configuration from
the testing infrastructure.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 53bd879 commit 0dc5dfb
1 file changed
+5
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 66 | | |
70 | | - | |
| 67 | + | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
74 | | - | |
| 71 | + | |
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
| |||
170 | 167 | | |
171 | 168 | | |
172 | 169 | | |
173 | | - | |
| 170 | + | |
174 | 171 | | |
175 | 172 | | |
176 | 173 | | |
| |||
190 | 187 | | |
191 | 188 | | |
192 | 189 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | 190 | | |
197 | | - | |
| 191 | + | |
198 | 192 | | |
199 | 193 | | |
200 | 194 | | |
201 | | - | |
| 195 | + | |
202 | 196 | | |
203 | 197 | | |
204 | 198 | | |
| |||
221 | 215 | | |
222 | 216 | | |
223 | 217 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | 218 | | |
229 | 219 | | |
230 | 220 | | |
| |||
0 commit comments