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

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

Issue 108733003: Run logcat monitor and device status check on bisect bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add device status check (and logcat monitor with it). Created 7 years 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 c729ca2d5f87a0ab5243b24b3ea8b6533ae200a0..71b782adbe34643ecdca9c9bb63eafff227cb429 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -161,7 +161,8 @@ def GetBotStepMap():
H(compile_step, extra_gyp='component=shared_library'),
T(std_tests, ['--experimental', flakiness_server])),
B('gpu-builder-tests-dbg', H(compile_step), T(['gpu'])),
- B('perf-bisect-builder-tests-dbg', H(['bisect_perf_regression'])),
+ # Pass empty T([]) so that logcat monitor and device status check are run.
+ B('perf-bisect-builder-tests-dbg', H(['bisect_perf_regression']), T([])),
B('perf-tests-rel', H(std_test_steps),
T([], ['--install=ChromiumTestShell'])),
B('webkit-latest-webkit-tests', H(std_test_steps),
« 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