Commit c1c4edf
fix(ci): set HOME on windows; bump rest shards 6β8 for ubuntu margin
- Windows whole-suite failed deterministically on the lone
egg_loader.test.ts > getHomedir test: newer windows-latest images leave
%HOME% unset, so getHomedir() returns os.homedir() (C:\Users\runneradmin)
while the test asserts it equals process.env.HOME (undefined). Older runner
images set HOME=USERPROFILE, which is why next was green. Restore that by
exporting HOME=%USERPROFILE% on windows test jobs β no test change.
- Bump rest shards 6β8 so the two marginal ubuntu shards (rest-1 67s,
rest-4 61s) drop under 60s with headroom. 24 ubuntu shard groups total.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 36c8db2 commit c1c4edf
2 files changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
229 | 231 | | |
230 | 232 | | |
231 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
232 | 244 | | |
233 | 245 | | |
234 | 246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments