Skip to content

Commit 9ab260b

Browse files
committed
Removing disk cleanup step
1 parent a18fe81 commit 9ab260b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/sdk-pr-notebook-e2e.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,6 @@ jobs:
2626
path: trainer-repo # Checkout the Trainer code into a subdirectory
2727

2828
# Kubernetes Cluster Setup
29-
# This step may not be needed with the larger runner
30-
- name: Free up disk space
31-
run: |
32-
echo "Available disk space before cleanup:"
33-
df -h
34-
35-
# Remove unnecessary packages and files to free up space
36-
sudo rm -rf /usr/share/dotnet
37-
sudo rm -rf /usr/local/lib/android
38-
sudo rm -rf /opt/ghc
39-
sudo rm -rf /opt/hostedtoolcache/CodeQL
40-
41-
# Clean up Docker
42-
docker system prune -af
43-
44-
echo "Available disk space after cleanup:"
45-
df -h
46-
4729
- name: Set up Kind Kubernetes Cluster
4830
uses: helm/kind-action@v1
4931
with:

0 commit comments

Comments
 (0)