kou commented on issue #37971: URL: https://github.com/apache/arrow/issues/37971#issuecomment-1743742234
How about removing the `actions/cache` as the first step? GH-37980 Because it slows down all other CI jobs. We can improve our uploading/pruning nightlies algorithm as the next step (with a separated issue). For example: * We can upload new nightly artifacts without downloading the existing nightly artifacts. * We can determine old nightly artifacts to be pruned only with directories. (We don't need to download each `.jar` files.) * We can prune the target nightly artifacts by `rsync --delete` with local empty directory. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
