Commit 9cf2d4c6 authored by John Budorick's avatar John Budorick Committed by Commit Bot

Switch default swarming pool name in mb & run-swarmed to chromium.tests.

Bug: 1011474
Change-Id: Ia35fbae4f6cf33052df6b0b1932ef641606caa25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1908719Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714319}
parent 915bc9a2
...@@ -601,7 +601,7 @@ class MetaBuildWrapper(object): ...@@ -601,7 +601,7 @@ class MetaBuildWrapper(object):
else: else:
raise MBErr('unrecognized platform string "%s"' % self.platform) raise MBErr('unrecognized platform string "%s"' % self.platform)
return [('pool', 'Chrome'), return [('pool', 'chromium.tests'),
('cpu', 'x86-64'), ('cpu', 'x86-64'),
os_dim] os_dim]
......
...@@ -134,7 +134,7 @@ def main(): ...@@ -134,7 +134,7 @@ def main():
help='Number of copies to spawn.') help='Number of copies to spawn.')
parser.add_argument('--device-os', default='M', parser.add_argument('--device-os', default='M',
help='Run tests on the given version of Android.') help='Run tests on the given version of Android.')
parser.add_argument('--pool', default='Chrome', parser.add_argument('--pool', default='chromium.tests',
help='Use the given swarming pool.') help='Use the given swarming pool.')
parser.add_argument('--results', '-r', default='results', parser.add_argument('--results', '-r', default='results',
help='Directory in which to store results.') help='Directory in which to store results.')
......
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