-
Notifications
You must be signed in to change notification settings - Fork 205
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
Bump cache suffix #6265
Bump cache suffix #6265
Conversation
As discussed, we are going to bump this every time we feel like resetting the cache might help. This is a temporary measure to get some metrics on how often things break and if resetting the cache helps. changelog_begin changelog_end
@@ -2,7 +2,7 @@ | |||
# flag: --noremote_accept_cached | |||
build:darwin --remote_http_cache=https://bazel-cache.da-ext.net | |||
build:linux --remote_http_cache=https://bazel-cache.da-ext.net | |||
build:windows-ci --remote_http_cache=https://bazel-cache.da-ext.net | |||
build:windows-ci --remote_http_cache=https://bazel-cache.da-ext.net/v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a corresponding line in ci/configure-bazel.sh
. I think that needs to be updated too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, updated.
changelog_begin changelog_end
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
FYI @hurryabit @bame-da. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot.
As discussed, we are going to bump this every time we feel like
resetting the cache might help. This is a temporary measure to get
some metrics on how often things break and if resetting the cache
helps.
changelog_begin
changelog_end
Pull Request Checklist
CHANGELOG_BEGIN
andCHANGELOG_END
tagsNOTE: CI is not automatically run on non-members pull-requests for security
reasons. The reviewer will have to comment with
/AzurePipelines run
totrigger the build.