mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
autoninja: Do not collect Reclient build metrics
We don't need to collect metrics from Reclient, anymore since most builds are done by Siso. Change-Id: I38fcb42aca966acc1b45a0876634cb9949bd255d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6733778 Auto-Submit: Junji Watanabe <jwata@google.com> Reviewed-by: Fumitoshi Ukai <ukai@google.com> Commit-Queue: Junji Watanabe <jwata@google.com> Commit-Queue: Fumitoshi Ukai <ukai@google.com>
This commit is contained in:
@@ -312,7 +312,7 @@ def reclient_setup_docs_url():
|
||||
|
||||
|
||||
@contextlib.contextmanager
|
||||
def build_context(argv, tool, should_collect_logs):
|
||||
def build_context(argv, tool, should_collect_logs=False):
|
||||
# If use_remoteexec is set, but the reclient binaries or configs don't
|
||||
# exist, display an error message and stop. Otherwise, the build will
|
||||
# attempt to run with rewrapper wrapping actions, but will fail with
|
||||
|
||||
Reference in New Issue
Block a user