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 595b3ea748c [v3-1-test] Add cleanup of free space for provider tests
(#56681) (#56682)
595b3ea748c is described below
commit 595b3ea748c52e03418bb60b1df106c311c395d8
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 15 22:36:27 2025 +0200
[v3-1-test] Add cleanup of free space for provider tests (#56681) (#56682)
(cherry picked from commit 88175f8365e7543c8a7b968d668a2ff6470e90ae)
Co-authored-by: Jarek Potiuk <[email protected]>
---
.github/workflows/test-providers.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/test-providers.yml
b/.github/workflows/test-providers.yml
index 338c6f395bc..264f75e759b 100644
--- a/.github/workflows/test-providers.yml
+++ b/.github/workflows/test-providers.yml
@@ -92,6 +92,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
- name: "Prepare breeze & CI image: ${{ inputs.default-python-version }}"
uses: ./.github/actions/prepare_breeze_and_image
with:
@@ -188,6 +191,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
- name: "Prepare breeze & CI image: ${{ matrix.compat.python-version }}"
uses: ./.github/actions/prepare_breeze_and_image
with: