Skip to content

Commit c59072a

Browse files
neubigopenhands-agent
authored andcommitted
Remove free disk space steps from workflows to test if they are necessary (All-Hands-AI#6618)
Co-authored-by: openhands <[email protected]>
1 parent 88b2f36 commit c59072a

File tree

2 files changed

+0
-70
lines changed

2 files changed

+0
-70
lines changed

.github/workflows/dummy-agent-test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- name: Free Disk Space (Ubuntu)
23-
uses: jlumbroso/free-disk-space@main
24-
with:
25-
# this might remove tools that are actually needed,
26-
# if set to "true" but frees about 6 GB
27-
tool-cache: true
28-
# all of these default to true, but feel free to set to
29-
# "false" if necessary for your workflow
30-
android: true
31-
dotnet: true
32-
haskell: true
33-
large-packages: true
34-
docker-images: false
35-
swap-storage: true
3622
- name: Set up Docker Buildx
3723
id: buildx
3824
uses: docker/setup-buildx-action@v3

.github/workflows/ghcr-build.yml

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,6 @@ jobs:
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@v4
44-
- name: Free Disk Space (Ubuntu)
45-
uses: jlumbroso/free-disk-space@main
46-
with:
47-
# this might remove tools that are actually needed,
48-
# if set to "true" but frees about 6 GB
49-
tool-cache: true
50-
# all of these default to true, but feel free to set to
51-
# "false" if necessary for your workflow
52-
android: true
53-
dotnet: true
54-
haskell: true
55-
large-packages: true
56-
docker-images: false
57-
swap-storage: true
5844
- name: Set up QEMU
5945
uses: docker/[email protected]
6046
with:
@@ -104,20 +90,6 @@ jobs:
10490
steps:
10591
- name: Checkout
10692
uses: actions/checkout@v4
107-
- name: Free Disk Space (Ubuntu)
108-
uses: jlumbroso/free-disk-space@main
109-
with:
110-
# this might remove tools that are actually needed,
111-
# if set to "true" but frees about 6 GB
112-
tool-cache: true
113-
# all of these default to true, but feel free to set to
114-
# "false" if necessary for your workflow
115-
android: true
116-
dotnet: true
117-
haskell: true
118-
large-packages: true
119-
docker-images: false
120-
swap-storage: true
12193
- name: Set up QEMU
12294
uses: docker/[email protected]
12395
with:
@@ -230,20 +202,6 @@ jobs:
230202
base_image: ['nikolaik']
231203
steps:
232204
- uses: actions/checkout@v4
233-
- name: Free Disk Space (Ubuntu)
234-
uses: jlumbroso/free-disk-space@main
235-
with:
236-
# this might remove tools that are actually needed,
237-
# if set to "true" but frees about 6 GB
238-
tool-cache: true
239-
# all of these default to true, but feel free to set to
240-
# "false" if necessary for your workflow
241-
android: true
242-
dotnet: true
243-
haskell: true
244-
large-packages: true
245-
docker-images: false
246-
swap-storage: true
247205
- name: Set up Docker Buildx
248206
id: buildx
249207
uses: docker/setup-buildx-action@v3
@@ -307,20 +265,6 @@ jobs:
307265
base_image: ['nikolaik']
308266
steps:
309267
- uses: actions/checkout@v4
310-
- name: Free Disk Space (Ubuntu)
311-
uses: jlumbroso/free-disk-space@main
312-
with:
313-
# this might remove tools that are actually needed,
314-
# if set to "true" but frees about 6 GB
315-
tool-cache: true
316-
# all of these default to true, but feel free to set to
317-
# "false" if necessary for your workflow
318-
android: true
319-
dotnet: true
320-
haskell: true
321-
large-packages: true
322-
docker-images: false
323-
swap-storage: true
324268
- name: Set up Docker Buildx
325269
id: buildx
326270
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)