You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
```
0 commit comments