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

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


The following commit(s) were added to refs/heads/master by this push:
     new eee890213 RANGER-5385: Update runner for docker-build (#717)
eee890213 is described below

commit eee890213210e7d47c1916fda38f7588ebe945ea
Author: Abhishek Kumar <[email protected]>
AuthorDate: Mon Oct 27 00:19:56 2025 -0700

    RANGER-5385: Update runner for docker-build (#717)
    
    
    
    Bump OS version to ubuntu-24.04 for more disk space and increase timeout to 
allow containers to come up.
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ea1781ed4..c8d62046e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -104,8 +104,8 @@ jobs:
   docker-build:
     needs:
       - build-8
-    runs-on: ubuntu-22.04
-    timeout-minutes: 30
+    runs-on: ubuntu-24.04 # bumping os version for more disk space
+    timeout-minutes: 60 # bumping timeout to allow containers to come up
     steps:
       - uses: actions/checkout@v4
       - name: Download build-8 artifacts

Reply via email to