-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Implement Bazel Remote Caching [Tracking Issue] #6808
Comments
Some more notes:
|
FYI @perotinus we can probably look at using this with the cluster-registry soon, test-infra is using it now 😄 |
Tested eviction a bit more with: https://github.com/BenTheElder/test-infra/blob/20d7d58ac34d59e241eddfb107e3b735398cd8d7/experiment/fill_cache.sh |
Metrics dashboard is now up here: http://velodrome.k8s.io/dashboard/db/cache-monitoring?orgId=1 Edit: moved to here http://velodrome.k8s.io/dashboard/db/bazel-cache?orgId=1 |
Testing a new test-infra PR appears to have 3468 action cache hits, 7 action cache misses, and 1920 CAS hits (!) |
I've now turned this on for the kubernetes CI bazel-build and bazel-test jobs with great results* We also have a monitoring dashboard now: |
As expected instead of ~25+ minutes we're seeing ~5-6 minutes for |
Absolutely amazing work @BenTheElder. Congratulations! |
Thanks Jakob :-)
…On Fri, Mar 2, 2018 at 8:18 AM Jakob Buchgraber ***@***.***> wrote:
Absolutely *amazing* work @BenTheElder <https://github.com/bentheelder>.
Congratulations!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6808 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA4Bq3O6fYMjBbZtwdfK8IGwjLzmB7HPks5taXDqgaJpZM4SEbFa>
.
|
kops is now using the remote cache, 8+ minutes to test -> ~2 minutes |
I think once #7205 is in we can close this, I've significantly upped the cache storage and we're flipping it on for pretty much all other presubmits that should leverage caching. |
woohooo!!! 🍾 🎆 🎉 cc @ulfjack |
Bazel
0.10.0
is now in use in test-infra and kubernetes (release-1.10/master). This release contains some nice improvements to the HTTP remote caching system, we should leverage this instead of our existing "use persistent storage for the local cache".Why?
Why not?
Action Items
nursery
togreenhouse
to be less confusing :-) (move/rename experiment/nursery to greenhouse, document, enable for test-infra #6879)/area bazel
/area jobs
/assign
The text was updated successfully, but these errors were encountered: