Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 941793002: Update FYI bot config for parallel telemetry unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index a53bb563035ed50166385d276c627177c8dcbb32..c3c344bf54ff9953866a233ed346ba87e53cad59 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -218,7 +218,7 @@ def RunTelemetryTests(options, step_name, run_tests_path):
args = ['--browser', 'android-chrome-shell']
devices = android_commands.GetAttachedDevices()
if devices:
- args = args + ['--device', devices[0]]
+ args = args + ['--device', 'android']
navabi 2015/02/26 18:47:38 This will also effect main-tests-rel (i.e. the mai
Zhen Wang 2015/03/02 16:18:35 Do you know which bot is using main-tests-rel? mai
navabi 2015/03/03 20:56:54 You are right. No bots are using it since we moved
bb_annotations.PrintNamedStep(step_name)
RunCmd([run_tests_path] + args)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698