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

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

Issue 305863002: Revert 273386 "Add gpu-rasterization test to Android gpu testbot." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 | « trunk/src/build/android/buildbot/bb_device_steps.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « trunk/src/build/android/buildbot/bb_device_steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698