sarutak opened a new pull request, #7678: URL: https://github.com/apache/arrow-datafusion/pull/7678
## Which issue does this PR close? Closes #7677 ## Rationale for this change Making the CI faster accelerate development. ## What changes are included in this PR? This PR includes improvement of cache usage in CI. In the current workflow, the critical path seems `cargo check` to `verify benchmark results (amd64)`.So `actions/cache` is used only for the jobs. Cached contents are also revised. ## Are these changes tested? Done by CI. With my experiment, the total duration of workflow defined by `rust.yml` was about 30 mins. https://github.com/sarutak/arrow-datafusion/actions/runs/6329626199 ## Are there any user-facing changes? No. -- 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]
