-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rush] Use a local filesystem build cache in addition to a cloud build cache if one is configured. #2404
[rush] Use a local filesystem build cache in addition to a cloud build cache if one is configured. #2404
Conversation
With your design, how do we configure writing to the cloud cache? Scenario 1: Team members can read from the cloud cache, but writing to the cloud cache can only be performed by a CI job. Scenario 2: Team members can read AND write to the cloud cache. |
You'd set the
You'd just set |
7f3581c
to
eaa0fa4
Compare
eaa0fa4
to
4037910
Compare
Can you add test notes detailing the scenarios that you tested? (e.g. missing network connection, expired token, etc) |
Co-authored-by: Pete Gonzalez <[email protected]>
This is one of the TODO items listed in #2393 (comment)
This change:
"filesystem"
build cache option to"local-only"
/common/config/rush/build-cache.json
Testing Notes
The following scenarios were tested:
"cacheProvider"
set to"local-only"
"cacheProvider"
set to"azure-blob-storage"
and with"isCacheWriteAllowed"
set tofalse
"cacheProvider"
set to"azure-blob-storage"
and with"isCacheWriteAllowed"
set totrue