This is an automated email from the ASF dual-hosted git repository.

abhi pushed a commit to branch disk_space
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit d7c8e4f50e9be658440854bd29360fe7af68e907
Author: Abhishek Kumar <[email protected]>
AuthorDate: Wed Jan 28 16:47:55 2026 -0800

    Enhance CI workflow with disk space checks
---
 .github/workflows/ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2b6baf3ec..e785a2328 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -194,6 +194,9 @@ jobs:
           mv version dev-support/ranger-docker/dist
           rm -f ranger-*.tar.gz # clean up workspace
 
+      - name: Check disk space
+        run: df -h
+        
       - name: Free up disk space
         run: docker system prune --all --force --volumes
 
@@ -224,6 +227,11 @@ jobs:
           -f docker-compose.ranger-knox.yml \
           -f docker-compose.ranger-ozone.yml build
 
+      - name: Remove downloaded tarballs
+        run: |
+          cd dev-support/ranger-docker
+          rm -rf downloads/*
+      
       - name: Bring up ranger-plugin containers
         run: |
           cd dev-support/ranger-docker

Reply via email to