Commit 937b6c98 authored by zhenw's avatar zhenw Committed by Commit bot

Update FYI bot config for parallel telemetry unit tests

CL https://crrev.com/902763002/ enables parallel telemetry unit tests. This CL will test how it works on FYI bot "Android Tests (K N5, user build)(dbg)" http://build.chromium.org/p/chromium.fyi/builders/Android%20Tests%20(K%20N5%2C%20user%20build)(dbg)

BUG=379378

Review URL: https://codereview.chromium.org/941793002

Cr-Commit-Position: refs/heads/master@{#318953}
parent 162dd1a3
...@@ -218,7 +218,7 @@ def RunTelemetryTests(options, step_name, run_tests_path): ...@@ -218,7 +218,7 @@ def RunTelemetryTests(options, step_name, run_tests_path):
args = ['--browser', 'android-chrome-shell'] args = ['--browser', 'android-chrome-shell']
devices = android_commands.GetAttachedDevices() devices = android_commands.GetAttachedDevices()
if devices: if devices:
args = args + ['--device', devices[0]] args = args + ['--device', 'android']
bb_annotations.PrintNamedStep(step_name) bb_annotations.PrintNamedStep(step_name)
RunCmd([run_tests_path] + args) RunCmd([run_tests_path] + 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