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

raulcd pushed a commit to branch maint-13.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/maint-13.0.0 by this push:
     new 0a9898410b GH-37197: [Java][CI][Packaging] Free some disk space on the 
java-jars GitHub job (#37198)
0a9898410b is described below

commit 0a9898410b69c2d712fbb37ce3a1e63c9c34c38d
Author: Raúl Cumplido <[email protected]>
AuthorDate: Wed Aug 16 12:12:02 2023 +0200

    GH-37197: [Java][CI][Packaging] Free some disk space on the java-jars 
GitHub job (#37198)
    
    ### Rationale for this change
    The java-jars job was failing on the maintenance branch for the release due 
to disk out of space.
    
    ### What changes are included in this PR?
    
    Add a step to do some cleanup for the job.
    
    ### Are these changes tested?
    
    Yes, I tested it on the maintenance branch having the job successfully run 
and via crossbow.
    
    ### Are there any user-facing changes?
    
    No
    * Closes: #37197
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
---
 dev/tasks/java-jars/github.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/tasks/java-jars/github.yml b/dev/tasks/java-jars/github.yml
index 59a8edb69e..59af19e24d 100644
--- a/dev/tasks/java-jars/github.yml
+++ b/dev/tasks/java-jars/github.yml
@@ -26,6 +26,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       {{ macros.github_checkout_arrow()|indent }}
+      {{ macros.github_free_space()|indent }}
       {{ macros.github_install_archery()|indent }}
       - name: Build C++ libraries
         env:

Reply via email to