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

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

Issue 13649010: Add provision_devices step to all Android testers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address ilevy's comments Created 7 years, 8 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 | build/android/provision_devices.py » ('j') | 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 a0d0d195e546d22a3420a660639f941c2b4ce91c..04d49c2b12f482bfb9106b566a5027e98ff2c56e 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -272,10 +272,9 @@ def MainTestWrapper(options):
RunCmd(['build/android/device_status_check.py'])
# Provision devices
- if options.auto_reconnect:
- buildbot_report.PrintNamedStep('provision_devices')
- target = options.factory_properties.get('target', 'Debug')
- RunCmd(['build/android/provision_devices.py', '-t', target])
+ buildbot_report.PrintNamedStep('provision_devices')
+ target = options.factory_properties.get('target', 'Debug')
+ RunCmd(['build/android/provision_devices.py', '-t', target])
if options.install:
test_obj = INSTRUMENTATION_TESTS[options.install]
« no previous file with comments | « no previous file | build/android/provision_devices.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698