From 29b25de79bb9b09c219937ad9c5b0c2d6f7518c5 Mon Sep 17 00:00:00 2001 From: ewezy Date: Tue, 13 Feb 2024 00:05:21 +0800 Subject: [PATCH] Increase pruning of docker resources --- .github/workflows/merlin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merlin.yml b/.github/workflows/merlin.yml index 1f661f2db..cdf186cec 100644 --- a/.github/workflows/merlin.yml +++ b/.github/workflows/merlin.yml @@ -470,8 +470,8 @@ jobs: - name: Deploy merlin and mlp working-directory: merlin/scripts/e2e run: ./deploy-merlin.sh ${{ env.INGRESS_HOST }} ${{ env.LOCAL_REGISTRY }}:${{ env.LOCAL_REGISTRY_PORT }} ${{ needs.create-version.outputs.version }} ${{ github.ref }} ${{ env.MERLIN_CHART_VERSION }} - - name: Prune docker image to make some space - run: docker image prune --all --force + - name: Prune docker system to make some space + run: docker system prune --all --force - name: Print space consumption run: sudo df -h - name: Run E2E Test