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 2092523a467 [v3-1-test] Cleanup check after disk layout understood for
arm64 (#60079) (#60182)
2092523a467 is described below
commit 2092523a46765ec88e2adbb163c060123f4ff5f1
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Jan 6 19:25:35 2026 +0100
[v3-1-test] Cleanup check after disk layout understood for arm64 (#60079)
(#60182)
(cherry picked from commit 82f01bf36c8ac0dd83395f5751e251c99338223c)
---
scripts/ci/make_mnt_writeable.sh | 5 -----
1 file changed, 5 deletions(-)
diff --git a/scripts/ci/make_mnt_writeable.sh b/scripts/ci/make_mnt_writeable.sh
index 717a9db06ae..ddabf84b6b7 100755
--- a/scripts/ci/make_mnt_writeable.sh
+++ b/scripts/ci/make_mnt_writeable.sh
@@ -20,11 +20,6 @@ function make_mnt_writeable {
echo "Investigating node disks"
lsblk
sudo blkid
- echo "Check that we have expected /mnt to be a separate mount"
- if ! lsblk | grep -q /mnt; then
- echo "/mnt is missing as a separate mount, runner misconfigured!"
- exit 42
- fi
echo "Checking free space!"
df -H
echo "Cleaning /mnt just in case it is not empty"