Draft
Conversation
86282b3 to
30d68db
Compare
30d68db to
5990106
Compare
5990106 to
cd691dc
Compare
ff3671b to
53c764c
Compare
cd691dc to
6a74bd8
Compare
53c764c to
7287673
Compare
47a0a05 to
a885915
Compare
7287673 to
5b21dcb
Compare
zanieb
added a commit
that referenced
this pull request
Jul 28, 2025
Adds a cache bucket for Python installs and uses it by default during tests, extending the opt-in cache added in #12175 Updates the `python_install` tests to use a shared cache for Python installs. This reduces the `python_install` test runtime on my machine from 23s -> 17s. The difference should be much larger on machines with slower internet and less cores for test workers :) This should also improve stability in CI by reducing reliance on the network during test runs, see #14327
263a29a to
5ef2a49
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Interestingly, this seems to provide no speed-up? The
uv python installinvocation does use the cached versions though, so I think this will achieve the goal of reducing network failures.Follows #14326