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

assignuser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 834da69cd6 GH-38286: [CI][R] Clean GitHub runner disk for 
ubuntu-r-only-r images (#38287)
834da69cd6 is described below

commit 834da69cd610264aaeb34c151f8c4da8f7b0cb17
Author: Raúl Cumplido <[email protected]>
AuthorDate: Mon Oct 16 22:56:58 2023 +0200

    GH-38286: [CI][R] Clean GitHub runner disk for ubuntu-r-only-r images 
(#38287)
    
    ### Rationale for this change
    Fix CI failures for job that is getting out of space.
    
    ### What changes are included in this PR?
    
    Using our free disk space script to add space for the ubuntu-r-only-r 
images.
    
    ### Are these changes tested?
    
    On CI
    
    ### Are there any user-facing changes?
    No
    * Closes: #38286
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
 dev/tasks/docker-tests/github.linux.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev/tasks/docker-tests/github.linux.yml 
b/dev/tasks/docker-tests/github.linux.yml
index 30a6814895..2050c86994 100644
--- a/dev/tasks/docker-tests/github.linux.yml
+++ b/dev/tasks/docker-tests/github.linux.yml
@@ -27,6 +27,9 @@ jobs:
 {{ macros.github_set_env(env) }}
     steps:
       {{ 
macros.github_checkout_arrow(fetch_depth=fetch_depth|default(1))|indent }}
+    {% if image in ["ubuntu-r-only-r"] %}
+      {{ macros.github_free_space()|indent }}
+    {% endif %}
       {{ macros.github_install_archery()|indent }}
 
       - name: Execute Docker Build

Reply via email to