[Bazel] Only persist cache and create build invocations in on-merge pipeline#114035
Merged
tylersmalley merged 3 commits intoelastic:masterfrom Oct 7, 2021
Merged
[Bazel] Only persist cache and create build invocations in on-merge pipeline#114035tylersmalley merged 3 commits intoelastic:masterfrom
tylersmalley merged 3 commits intoelastic:masterfrom
Conversation
621a7e6 to
34a0dba
Compare
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
34a0dba to
176e0be
Compare
mistic
reviewed
Oct 6, 2021
| set -euo pipefail | ||
|
|
||
| # Write Bazel cache for Linux | ||
| .buildkite/scripts/common/setup_bazel.sh |
Contributor
There was a problem hiding this comment.
any plans to enable this for macOS soon too?
Member
Author
There was a problem hiding this comment.
Yeah, no timeline yet, though
Member
Author
There was a problem hiding this comment.
I want to get the usage under control first.
Member
Author
|
From build, verifying cache still works: https://buildkite.com/elastic/kibana-pull-request/builds/106#04ea1d3f-d856-4569-b25e-a25abddc274e
|
Contributor
|
Pinging @elastic/kibana-operations (Team:Operations) |
Member
Author
|
@elasticmachine merge upstream |
mistic
requested changes
Oct 7, 2021
Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
Contributor
💚 Build Succeeded
History
Metrics [docs]
To update your PR or re-run it, just comment with: |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Oct 7, 2021
…ipeline (elastic#114035) Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
Contributor
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
kibanamachine
added a commit
that referenced
this pull request
Oct 7, 2021
…erge pipeline (#114035) (#114339) * [Bazel] Only persist cache and create build invocations in on-merge pipeline (#114035) Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> * [ci] Fix setup_bazel permissions Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
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.
[skip-ci]
Also enables remote cache for Linux developers
This should drastically cut down on our BuildBuddy build invocation count.