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

kou 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 50de296b0b GH-37971: [CI][Java] Don't use cache for nightly upload 
(#37980)
50de296b0b is described below

commit 50de296b0b62e54ee3a67401f277afba9b9d0433
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Oct 3 10:13:45 2023 +0900

    GH-37971: [CI][Java] Don't use cache for nightly upload (#37980)
    
    ### Rationale for this change
    
    It's too large (8.6 GB) and it's always re-created because it uses 
github.run_id for key. It expires other caches soon.
    
    ### What changes are included in this PR?
    
    Remove actions/cache.
    
    ### Are these changes tested?
    
    No.
    
    ### Are there any user-facing changes?
    
    No.
    * Closes: #37971
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/workflows/java_nightly.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/java_nightly.yml 
b/.github/workflows/java_nightly.yml
index 4440d36d18..41843d6630 100644
--- a/.github/workflows/java_nightly.yml
+++ b/.github/workflows/java_nightly.yml
@@ -73,12 +73,6 @@ jobs:
           fi
           echo $PREFIX
           archery crossbow download-artifacts -f java-jars -t binaries  $PREFIX
-      - name: Cache Repo
-        uses: actions/cache@v3
-        with:
-          path: repo
-          key: java-nightly-${{ github.run_id }}
-          restore-keys: java-nightly
       - name: Sync from Remote
         uses: ./arrow/.github/actions/sync-nightlies
         with:

Reply via email to