Skip to content

Commit af8a4b5

Browse files
Free up disk space in k8s tests (apache#56746)
1 parent 6901fe0 commit af8a4b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/k8s-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8484
with:
8585
persist-credentials: false
86+
- name: "Free up disk space"
87+
shell: bash
88+
run: ./scripts/tools/free_up_disk_space.sh
8689
# env.PYTHON_MAJOR_MINOR_VERSION, env.KUBERNETES_VERSION are set in the previous
8790
# step id: prepare-versions
8891
- name: "Prepare breeze & PROD image: ${{ env.PYTHON_MAJOR_MINOR_VERSION }}"

0 commit comments

Comments
 (0)