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

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

Issue 13173005: Disable android auto-reconnect on chromium.perf (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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_run_bot.py
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index e3a85e67dcdc03af830315bdb025f410298bb4d7..c196e90386c8d8edb9a19fbd607c610848ff9cc0 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -114,7 +114,7 @@ def GetBotStepMap():
B('fyi-tests', std_test_steps,
T(std_tests, ['--experimental', flakiness_server]), None),
B('perf-tests-rel', std_test_steps,
- T([], ['--install=ContentShell', '--auto-reconnect']),
+ T([], ['--install=ContentShell']),
None),
B('webkit-latest-webkit-tests', std_test_steps,
T(['webkit_layout', 'webkit']), None),
« 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