This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch chart/v1-2x-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/chart/v1-2x-test by this push:
new f678d9a2cff Free disk space before image load (#68478)
f678d9a2cff is described below
commit f678d9a2cffccb657cf5595cff194583c9609dbd
Author: Przemysław Mirowski <[email protected]>
AuthorDate: Fri Jun 12 21:42:30 2026 +0200
Free disk space before image load (#68478)
---
.github/actions/prepare_breeze_and_image/action.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/actions/prepare_breeze_and_image/action.yml
b/.github/actions/prepare_breeze_and_image/action.yml
index 753cfd03782..c1677502f1f 100644
--- a/.github/actions/prepare_breeze_and_image/action.yml
+++ b/.github/actions/prepare_breeze_and_image/action.yml
@@ -45,6 +45,9 @@ runs:
shell: bash
run: ./scripts/ci/make_mnt_writeable.sh
if: inputs.make-mnt-writeable-and-cleanup == 'true'
+ - name: "Free up disk space"
+ shell: bash
+ run: ./scripts/tools/free_up_disk_space.sh
- name: "Install Breeze"
uses: ./.github/actions/breeze
id: breeze
@@ -59,6 +62,7 @@ runs:
key: ${{ inputs.image-type }}-image-save-v3-${{ inputs.platform }}-${{
inputs.python }}
path: "/mnt/"
only-current-branch: 'true'
+ fail-on-download: 'true'
- name: "Load ${{ inputs.image-type }} image ${{ inputs.platform }}:${{
inputs.python }}"
env:
PLATFORM: ${{ inputs.platform }}