Commit 43ab303e authored by Stephen Martinis's avatar Stephen Martinis Committed by Commit Bot

Tag run-swarmed builds for later analysis

We currently have no way of tracking usage of this tool. Tagging the
builds created by it should allow us to do some basic estimation of
usage numbers.

Change-Id: Ie73a2a8019a5eb79a9b7f4e0f004b81f05251f50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1797699Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#695760}
parent 6cc873cc
...@@ -514,6 +514,7 @@ class MetaBuildWrapper(object): ...@@ -514,6 +514,7 @@ class MetaBuildWrapper(object):
'-I', isolate_server, '-I', isolate_server,
'--namespace', namespace, '--namespace', namespace,
'-S', swarming_server, '-S', swarming_server,
'--tags=purpose:user-debug-mb',
] + dimensions ] + dimensions
self._AddBaseSoftware(cmd) self._AddBaseSoftware(cmd)
if self.args.extra_args: if self.args.extra_args:
......
...@@ -52,6 +52,7 @@ def _Spawn(args): ...@@ -52,6 +52,7 @@ def _Spawn(args):
'-s', isolated_hash, '-s', isolated_hash,
'--dump-json', json_file, '--dump-json', json_file,
'-d', 'os', args.swarming_os, '-d', 'os', args.swarming_os,
'--tags=purpose:user-debug-run-swarmed',
] ]
if args.target_os == 'fuchsia': if args.target_os == 'fuchsia':
trigger_args += [ trigger_args += [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment