Skip to content

Commit

Permalink
Increase pruning of docker resources
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Feb 12, 2024
1 parent bf70acc commit 29b25de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29b25de

Please sign in to comment.