Index: trunk/src/build/android/buildbot/bb_run_bot.py |
=================================================================== |
--- trunk/src/build/android/buildbot/bb_run_bot.py (revision 273425) |
+++ trunk/src/build/android/buildbot/bb_run_bot.py (working copy) |
@@ -164,9 +164,7 @@ |
B('fyi-component-builder-tests-dbg', |
H(compile_step, extra_gyp='component=shared_library'), |
T(std_tests, ['--experimental', flakiness_server])), |
- B('gpu-builder-tests-dbg', |
- H(compile_step), |
- T(['gpu'], ['--install=ContentShell'])), |
+ B('gpu-builder-tests-dbg', H(compile_step), T(['gpu'])), |
# 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), |