GH-50170: [CI][Packaging][Linux] Fix cache#50185
Conversation
|
|
|
Before: https://github.com/kou/arrow/actions/runs/27544568196/usage |
6b04d77 to
210276f
Compare
| export CCACHE_COMPRESSLEVEL=6 | ||
| export CCACHE_DIR="${PWD}/ccache" | ||
| export CCACHE_MAXSIZE=500M | ||
| export CCACHE_LOGFILE="${PWD}/ccache.log" |
There was a problem hiding this comment.
This is for debugging why ccache couldn't cache something.
210276f to
3972909
Compare
d3a366b to
bf728f3
Compare
|
Before: https://github.com/apache/arrow/actions/runs/27590222397/usage?pr=50185 (1d 1h 20m 16s) |
bf728f3 to
2b09658
Compare
|
+1 25h -> 15h |
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 39770de. There were 6 benchmark results indicating a performance regression:
The full Conbench report has more details. It also includes information about 6 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
We want to reduce CI time as much as possible for developer experience and avoiding consuming shared resources.
What changes are included in this PR?
apache/infrastructure-actions/stashinstead ofactions/cacheto use larger cache storageccachecall such asccache ccache cc ...Are these changes tested?
Yes.
CI time is reduced to 20min-60min from 60min-120min.
Are there any user-facing changes?
No.