Run logcat monitor and device status check on bisect bots.

BUG=299782
TBR=ilevy@chromium.org

Review URL: https://codereview.chromium.org/108733003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@239418 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
navabi@google.com 2013-12-08 22:51:18 +00:00
Родитель e0e8e6eb61
Коммит 8ab4b6bad9
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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),