CI: benchmark pip cache reuse - #24064
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/ok to test |
|
/ok to test |
1 similar comment
|
/ok to test |
6230dc8 to
3884a71
Compare
|
/ok to test |
|
/ok to test |
Intra-job pip-cache resultsI compared the clean full-CI baseline (run 34388028288) with the cache-enabled run (run 34396369088). The latter uses the SHA-pinned The cache is working: a completed pandas job reports
The full runs have the same substantive failures: the two unavailable devcontainer pip images and the optional third-party pandas-integration job. The cache is functioning, but this broad comparison does not show a measurable end-to-end benefit beyond normal runner/test variance. The next useful question is which jobs actually make multiple pip invocations within one container. |
|
The primary purpose of this PR was to test rapidsai/gha-tools#277. That PR is now merged, so we no longer need this one. |
Description
Temporary control for measuring pip-cache impact.
Checklist