Skip to content

Commit 9ded546

Browse files
deployment: using runner with more ram to solve oom killed (#10589)
1 parent 8a7bc2f commit 9ded546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sequencer_docker-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
sequencer_docker_compose_test:
6565
needs: check-docker-test-trigger
6666
if: needs.check-docker-test-trigger.outputs.should_run == 'true'
67-
runs-on: namespace-profile-xlarge-ubuntu-24-04-amd64-local-builder
67+
runs-on: namespace-profile-2xlarge-ubuntu-24-04-amd64-local-builder
6868
env:
6969
MONITORING_ENABLED: false
7070
SIMULATOR_RUN_FOREVER: false

0 commit comments

Comments
 (0)