File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,9 @@ jobs:
160160 strategy :
161161 fail-fast : false
162162 matrix :
163- os : [ubuntu-latest]
163+ # These tests can generate a significant amount of temp files, especially when
164+ # flaky targets are retried. The larger machine type comes with 2x more SSD space.
165+ os : [ubuntu-latest-4core]
164166 node : [22]
165167 subset : [yarn, pnpm]
166168 shard : [0, 1, 2]
Original file line number Diff line number Diff line change @@ -178,7 +178,9 @@ jobs:
178178 strategy :
179179 fail-fast : false
180180 matrix :
181- os : [ubuntu-latest]
181+ # These tests can generate a significant amount of temp files, especially when
182+ # flaky targets are retried. The larger machine type comes with 2x more SSD space.
183+ os : [ubuntu-latest-4core]
182184 node : [22]
183185 subset : [yarn, pnpm]
184186 shard : [0, 1, 2]
You can’t perform that action at this time.
0 commit comments