Skip to content

Commit

Permalink
use 'docker system prune'
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
  • Loading branch information
helenxie-bit committed Sep 24, 2024
1 parent 08c8562 commit d2ae542
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/e2e-test-train-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Deploy training operator
run: |
./scripts/gha/setup-training-operator.sh
docker system prune -a -f
docker system df
df -h
env:
KIND_CLUSTER: training-operator-cluster
TRAINING_CI_IMAGE: kubeflowtraining/training-operator:test
Expand All @@ -60,8 +63,7 @@ jobs:
- name: Load trainer
run: |
kind load docker-image ${{ env.TRAINER_CI_IMAGE }} --name ${{ env.KIND_CLUSTER }}
docker image prune -a -f
docker volume prune -f
docker system prune -a -f
docker system df
df -h
env:
Expand All @@ -81,8 +83,7 @@ jobs:
- name: Load storage initializer
run: |
kind load docker-image ${{ env.STORAGE_INITIALIZER_CI_IMAGE }} --name ${{ env.KIND_CLUSTER }}
docker image prune -a -f
docker volume prune -f
docker system prune -a -f
docker system df
df -h
env:
Expand Down

0 comments on commit d2ae542

Please sign in to comment.