Skip to content

Commit 76941ca

Browse files
authored
chore(ci): fix TestRegistry_EnableHAAirgap failure out of disk space (#3045)
* f * f * f * f * f * f * f * f * f
1 parent 537e9bd commit 76941ca

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,31 @@ jobs:
197197
with:
198198
go-version-file: go.mod
199199
cache-dependency-path: "**/*.sum"
200+
- name: Free up runner disk space # this is much faster than .github/actions/free-disk-space
201+
run: |
202+
df -h
203+
sudo rm -rf \
204+
/usr/share/swift \
205+
/usr/share/dotnet \
206+
/usr/lib/jvm \
207+
/usr/local/share/boost \
208+
/usr/local/lib/heroku \
209+
/usr/local/julia* \
210+
/usr/local/.ghcup \
211+
/usr/local/share/powershell \
212+
/usr/local/bin/aliyun \
213+
/usr/local/bin/azcopy \
214+
/usr/local/bin/bicep \
215+
/usr/local/bin/cpack \
216+
/usr/local/bin/hub \
217+
/usr/local/bin/minikube \
218+
/usr/local/bin/packer \
219+
/usr/local/bin/pulumi* \
220+
/usr/local/bin/sam \
221+
/usr/local/bin/stack \
222+
/usr/local/bin/terraform \
223+
/usr/local/bin/oc
224+
df -h
200225
- name: Install kind
201226
uses: helm/kind-action@7cd7463a0995e35ab5d0f2c119f892514f3a3778
202227
with:

0 commit comments

Comments
 (0)