Skip to content

Commit

Permalink
fix no space left for e2e test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkathole committed Feb 25, 2025
1 parent c6176b1 commit 40f1e79
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/operator-e2e-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ jobs:
with:
go-version: 1.22.9

- name: Free up disk space
run: |
docker system prune -af --volumes
sudo rm -rf /tmp/*
- name: Create and Use Alternative Temp Directory
run: |
mkdir -p /home/runner/temp-docker
echo "TMPDIR=/home/runner/temp-docker" >> $GITHUB_ENV
echo "DOCKER_TMPDIR=/home/runner/temp-docker" >> $GITHUB_ENV
- name: Create KIND cluster
run: |
kind create cluster --name $KIND_CLUSTER --wait 10m
Expand Down

0 comments on commit 40f1e79

Please sign in to comment.