We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18fe81 commit 9ab260bCopy full SHA for 9ab260b
.github/workflows/sdk-pr-notebook-e2e.yaml
@@ -26,24 +26,6 @@ jobs:
26
path: trainer-repo # Checkout the Trainer code into a subdirectory
27
28
# 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
46
47
- name: Set up Kind Kubernetes Cluster
48
uses: helm/kind-action@v1
49
with:
0 commit comments