This is an automated email from the ASF dual-hosted git repository.
espino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push:
new adce2eb39c Restore removal of unused directory (#773)
adce2eb39c is described below
commit adce2eb39c5b787dbd3287393b95546f76adb298
Author: Ed Espino <[email protected]>
AuthorDate: Thu Dec 12 02:28:30 2024 -0800
Restore removal of unused directory (#773)
---
.github/workflows/build-cloudberry.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.github/workflows/build-cloudberry.yml
b/.github/workflows/build-cloudberry.yml
index 9dd8952d09..d949ef02af 100644
--- a/.github/workflows/build-cloudberry.yml
+++ b/.github/workflows/build-cloudberry.yml
@@ -258,6 +258,10 @@ jobs:
chmod -R 755 .
chmod 777 "${LOGS_DIR}"
+ df -kh /
+ rm -rf /__t/*
+ df -kh /
+
df -h | tee -a "${LOGS_DIR}/details/disk-usage.log"
free -h | tee -a "${LOGS_DIR}/details/memory-usage.log"
@@ -511,6 +515,10 @@ jobs:
chmod -R 755 .
chmod 777 "${LOGS_DIR}"
+ df -kh /
+ rm -rf /__t/*
+ df -kh /
+
df -h | tee -a "${LOGS_DIR}/details/disk-usage.log"
free -h | tee -a "${LOGS_DIR}/details/memory-usage.log"
@@ -769,6 +777,10 @@ jobs:
chmod -R 755 .
chmod 777 "${LOGS_DIR}"
+ df -kh /
+ rm -rf /__t/*
+ df -kh /
+
df -h | tee -a "${LOGS_DIR}/details/disk-usage.log"
free -h | tee -a "${LOGS_DIR}/details/memory-usage.log"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]