diff options
author | samuong <samuong@chromium.org> | 2015-09-16 11:36:12 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-16 18:36:54 +0000 |
commit | d76aaf932177c0677066f38dc6ae95ec038bacd3 (patch) | |
tree | 8ee8547f4f3365ad980c74801d52c62af6a1bead /build/android/buildbot | |
parent | b42dfda3dd350ddac88a682cc094d816ab054090 (diff) | |
download | chromium_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-x | build/android/buildbot/bb_run_bot.py | 2 |
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')), |