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

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

Issue 122313008: S3 devices should not be rebooted in provision step. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change option to be --no-reboot rather than device specific. Created 6 years, 11 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 | « build/android/buildbot/bb_device_steps.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_run_bot.py
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index d26e26279f58264bc6338bbe1dd4e19ad4c088a4..158bea9579a93ad4d71410d5419fb9bff3b8853f 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -104,7 +104,7 @@ def GetCommands(options, bot_config):
test_obj = bot_config.test_obj
if test_obj:
- run_test_cmd = [test_obj.script, '--reboot'] + property_args
+ run_test_cmd = [test_obj.script] + property_args
for test in test_obj.tests:
run_test_cmd.extend(['-f', test])
if test_obj.extra_args:
« no previous file with comments | « build/android/buildbot/bb_device_steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698