Commit c0c3338
authored
Bump linux unittest runner to linux.2xlarge.memory (#15400)
### Summary
Unittest jobs are dying since
#15180. I'm not entirely sure
why the jobs passed on the PR, but they are failing consistently since
on trunk. Testing a runner size bump (2xlarge -> 2xlarge.memory) to see
if that resolves it.
Example logs (from another
[PR](#15397)). Note that the
exit code (137 / SIGKILL) likely means OOM kill.
```
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
...
Process completed with exit code 137.
```1 parent 4c30da3 commit c0c3338
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments