-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Use bazel disk cache with travis #5068
Conversation
Test FAILed. |
Test PASSed. |
Test PASSed. |
Test PASSed. |
Test PASSed. |
Test PASSed. |
Test FAILed. |
Test FAILed. |
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.
This looks great! I'm rerunning the Travis build to see if the cache is actually used.
EDIT: Looks like it shaves ~30 to 40 mins from each of the first 4 builds, great job!
Address #4982 for travis setting.
This saves all build result in
$HOME/ray-bazel-cache
and ask travis to cache the directory.