This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new dbb18ca89a7 [v3-1-test] Free up disk space in k8s tests (#56746)
(#56748)
dbb18ca89a7 is described below
commit dbb18ca89a74847439aa420fd3e40300ecb7c4b8
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 17 04:27:09 2025 +0200
[v3-1-test] Free up disk space in k8s tests (#56746) (#56748)
(cherry picked from commit af8a4b5457a7a7c95bd8e7ebf47ad747b81dbbd8)
Co-authored-by: GPK <[email protected]>
---
.github/workflows/k8s-tests.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/k8s-tests.yml b/.github/workflows/k8s-tests.yml
index 1770f44bb55..47bd7ba8321 100644
--- a/.github/workflows/k8s-tests.yml
+++ b/.github/workflows/k8s-tests.yml
@@ -83,6 +83,9 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
with:
persist-credentials: false
+ - name: "Free up disk space"
+ shell: bash
+ run: ./scripts/tools/free_up_disk_space.sh
# env.PYTHON_MAJOR_MINOR_VERSION, env.KUBERNETES_VERSION are set in the
previous
# step id: prepare-versions
- name: "Prepare breeze & PROD image: ${{ env.PYTHON_MAJOR_MINOR_VERSION
}}"