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

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

Issue 16391007: Add an Android perf bisect bot and its host steps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « build/android/buildbot/bb_host_steps.py ('k') | 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 bf831e02dd191c8918686bf79c87dfef081438c7..17e729e3e0c90f697b8bde67ae3e3eddeb5e2f2c 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -133,6 +133,7 @@ def GetBotStepMap():
B('fyi-component-builder-tests-dbg',
H(compile_opt, 'component=shared_library'),
T(std_tests, ['--experimental', flakiness_server])),
+ B('perf-bisect-builder-tests-dbg', H(['--bisect-perf-regression'])),
B('perf-tests-rel', H(std_test_opts), T([], ['--install=ContentShell'])),
B('webkit-latest-webkit-tests', H(std_test_opts),
T(['webkit_layout', 'webkit'])),
« no previous file with comments | « build/android/buildbot/bb_host_steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698