Skip to content

Commit c0c3338

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id-token: write
3333
contents: read
3434
with:
35-
runner: linux.2xlarge
35+
runner: linux.2xlarge.memory
3636
docker-image: ${{ inputs.docker-image }}
3737
submodules: 'recursive'
3838
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)