This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push: new 068e0ece4f8 [v3-0-test] More diagnostics and more logical name for cleaning up the runner (#50540) (#50610) 068e0ece4f8 is described below commit 068e0ece4f84c9392e2f6fdb9d6093d20fef4d29 Author: Jarek Potiuk <ja...@potiuk.com> AuthorDate: Wed May 14 16:23:25 2025 +0200 [v3-0-test] More diagnostics and more logical name for cleaning up the runner (#50540) (#50610) When we are starting the runner on CI we are cleaning it up and preparing the /mnt directory to be used for all kind of disk storage we need during CI build. This is happening in the step that was named "cleanup docker" but it did more than that. The script and all references to it are renamed, also more diagnostics is printed just before we restore CI image from cache to see how much space we have available, because for some reason we seem to have problems with disk space there in some jobs (cherry picked from commit 51a84ce44e919d7368cd2f6f182dbb1c2f8f1fd3)