summaryrefslogtreecommitdiffstats
path: root/build/android/buildbot
diff options
context:
space:
mode:
authorsamuong <samuong@chromium.org>2015-09-16 11:36:12 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-16 18:36:54 +0000
commitd76aaf932177c0677066f38dc6ae95ec038bacd3 (patch)
tree8ee8547f4f3365ad980c74801d52c62af6a1bead /build/android/buildbot
parentb42dfda3dd350ddac88a682cc094d816ab054090 (diff)
downloadchromium_src-d76aaf932177c0677066f38dc6ae95ec038bacd3.zip
chromium_src-d76aaf932177c0677066f38dc6ae95ec038bacd3.tar.gz
chromium_src-d76aaf932177c0677066f38dc6ae95ec038bacd3.tar.bz2
[chromedriver] Install ChromePublic on Android bot.
BUG=chromedriver:1219 Review URL: https://codereview.chromium.org/1351613002 Cr-Commit-Position: refs/heads/master@{#349169}
Diffstat (limited to 'build/android/buildbot')
-rwxr-xr-xbuild/android/buildbot/bb_run_bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index 21b4460..5f57c9b 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -159,7 +159,7 @@ def GetBotStepMap():
B('blink-try-builder', H(compile_step)),
B('chromedriver-fyi-tests-dbg', H(std_test_steps),
T(['chromedriver'],
- ['--install=ChromeDriverWebViewShell',
+ ['--install=ChromePublic', '--install=ChromeDriverWebViewShell',
'--skip-wipe', '--disable-location', '--cleanup'])),
B('fyi-x86-builder-dbg',
H(compile_step + std_host_tests, experimental, target_arch='ia32')),