-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
bazel: enable --remote_download_minimal again #39307
bazel: enable --remote_download_minimal again #39307
Conversation
Signed-off-by: Weizhen Wang <[email protected]>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
@@ -404,7 +404,7 @@ bazel_test: failpoint-enable bazel_ci_prepare | |||
|
|||
|
|||
bazel_coverage_test: failpoint-enable bazel_ci_prepare | |||
bazel $(BAZEL_GLOBAL_CONFIG) coverage $(BAZEL_CMD_CONFIG) \ | |||
bazel $(BAZEL_GLOBAL_CONFIG) coverage $(BAZEL_CMD_CONFIG) --remote_download_minimal \ |
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.
Why is remote_download_minimal
not at the BAZEL_CMD_CONFIG
. because it is suitable for every test cases.
/run-mysql-test tidb-test=pr/2026 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 3d9db3d
|
TiDB MergeCI notify🔴 Bad News! [1] CI still failing after this pr merged.
|
Signed-off-by: Weizhen Wang [email protected]
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What is changed and how it works?
Does not download any remote build outputs to the local machine.
https://bazel.build/reference/command-line-reference#flag--remote_download_minimal
Check List
Tests
run in CI
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.