Skip to content

Commit

Permalink
testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
triceras committed Aug 8, 2024
1 parent 621eb5e commit 2d80260
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
chmod +x ./kind
./kind delete cluster || true
make clean
docker network create -d=bridge --subnet=172.19.0.0/24 kind || true
docker system prube -af --volumes || true
docker network create -d=bridge --subnet=172.30.0.0/16 kind || true
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -56,4 +57,6 @@ jobs:
chmod +x ./kind
./kind delete cluster || true
make clean
docker system prube -af --volumes || true
docker network prune -f || true
docker network create -d=bridge --subnet=172.19.0.0/24 kind || true
5 changes: 4 additions & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
chmod +x ./kind
./kind delete cluster || true
make clean
docker network create -d=bridge --subnet=172.19.0.0/24 kind || true
docker system prune -af --volumes || true
docker network create -d=bridge --subnet=172.30.0.0/16 kind || true
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -69,6 +70,8 @@ jobs:
chmod +x ./kind
./kind delete cluster || true
make clean
docker system prube -af --volumes || true
docker network prune -f | true
echo cleaning up docker files as kind load docker-image seems to leave dangling files in the data directory that docker does not detect and so pruning with docker cli doesnt work
sudo systemctl stop docker
Expand Down

0 comments on commit 2d80260

Please sign in to comment.