Skip to content

Commit 9fdf8cc

Browse files
deployment: increase workflow disk space and add a cleanup stage. (#11630) (#11656)
Co-authored-by: sobhe-Starkware <[email protected]>
1 parent 834621c commit 9fdf8cc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/sequencer_docker-test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
sequencer_docker_compose_test:
6262
needs: check-docker-test-trigger
6363
if: needs.check-docker-test-trigger.outputs.should_run == 'true'
64-
runs-on: namespace-profile-2xlarge-ubuntu-24-04-amd64-local-builder
64+
runs-on: namespace-profile-2xlarge-ubuntu-24-04-amd64-local-builder;ephemeral-storage.size-multiplier=1.5
6565
timeout-minutes: 45
6666
env:
6767
MONITORING_ENABLED: false
@@ -72,6 +72,15 @@ jobs:
7272
COMPOSE_BAKE: false
7373

7474
steps:
75+
- name: Free disk space
76+
uses: jlumbroso/[email protected]
77+
with:
78+
android: true
79+
dotnet: true
80+
haskell: true
81+
large-packages: false
82+
tool-cache: false
83+
7584
- name: Checkout repository
7685
uses: actions/checkout@v4
7786

0 commit comments

Comments
 (0)