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

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

Issue 18652008: Deploy adb reconnect on disconnect daemon on WebKit Android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finally got the try bots to pass. Remove from try bots and commit for webkit bots. Created 7 years, 5 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') | 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_run_bot.py
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index 72bda44422bb8eb37cfa0b0d02b259d184d5191b..09366fdb14908d6b97a9bdc270c507c63ffd84c9 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -149,8 +149,9 @@ def GetBotStepMap():
B('perf-tests-rel', H(std_test_steps),
T([], ['--install=ChromiumTestShell'])),
B('webkit-latest-webkit-tests', H(std_test_steps),
- T(['webkit_layout', 'webkit'])),
- B('webkit-latest-contentshell', H(compile_step), T(['webkit_layout'])),
+ T(['webkit_layout', 'webkit'], ['--auto-reconnect'])),
+ B('webkit-latest-contentshell', H(compile_step),
+ T(['webkit_layout'], ['--auto-reconnect'])),
B('builder-unit-tests', H(compile_step), T(['unit'])),
# Generic builder config (for substring match).
« no previous file with comments | « build/android/buildbot/bb_device_steps.py ('k') | build/android/provision_devices.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698