-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit a1ef96b
committed
ci: use
On Windows 2025, `D:/` was re-introduced again this week to improve performance actions/runner-images#12744
Also, this change reduced the shards to 1 on PR workflow, additional we also fix an issue where in each shard we split the tests into another 4 shards which on Windows causes a lot of IO operations.
Difference: `e2e_windows (windows-2025, 22, npm, 1)` from `48m 13s` to `20m 16s`D:/
instead of C:/
and sharding fixes1 parent 3a637c0 commit a1ef96b
File tree
3 files changed
+30
-29
lines changed- .github
- workflows
- scripts/windows-testing
3 files changed
+30
-29
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 | - | ||
53 | - | ||
54 | - | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
55 | 57 |
| |
56 | 58 |
| |
57 | 59 |
| |
| |||
61 | 63 |
| |
62 | 64 |
| |
63 | 65 |
| |
64 | - | ||
66 | + | ||
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
| |||
75 | 77 |
| |
76 | 78 |
| |
77 | 79 |
| |
78 | - | ||
80 | + | ||
81 | + | ||
82 | + | ||
79 | 83 |
| |
80 | 84 |
| |
81 | 85 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 | + | ||
145 | 146 |
| |
146 | 147 |
| |
147 | 148 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | - | ||
18 | - | ||
19 | 17 |
| |
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
| |
23 | 21 |
| |
24 | - | ||
25 | - | ||
26 | - | ||
27 | - | ||
28 | - | ||
29 | - | ||
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
39 | - | ||
40 | - | ||
41 | - | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
42 | 38 |
| |
43 | - | ||
44 | - | ||
45 | - | ||
46 | - | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
47 | 43 |
| |
48 | 44 |
| |
49 | 45 |
| |
|
0 commit comments