Skip to content

Commit

Permalink
still no space left ...
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jul 3, 2024
1 parent 2f363cb commit 89694e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,24 @@ jobs:
needs: build-e2e-images

steps:
- name: Maximize build space
uses: easimon/maximize-build-space@v10
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- name: Check out repo
uses: actions/checkout@v4
- name: Install requirements
run: |
sudo apt install make
sudo snap install go --classic
sudo docker network create kind --driver=bridge -o com.docker.network.bridge.enable_ip_masquerade=true
df -h
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand All @@ -69,5 +80,10 @@ jobs:
run: sudo docker load -i provider-images.tar
- name: Load k8s-snap image
run: sudo docker load -i k8s-snap-image.tar
- name: Space check
run: |
df -h
rm -rf provider-images.tar k8s-snap-image.tar
df -h
- name: Run e2e tests
run: sudo make test-e2e

0 comments on commit 89694e4

Please sign in to comment.