Commit 6961c1c9 authored by frankf@chromium.org's avatar frankf@chromium.org

[chromedriver] Install ChromiumTestShell on the android FYI bot.

BUG=
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/15989008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203081 0039d316-1c4b-4281-b951-d872f2087c98
parent d7d7bf09
...@@ -103,8 +103,8 @@ def GetBotStepMap(): ...@@ -103,8 +103,8 @@ def GetBotStepMap():
# Other waterfalls # Other waterfalls
B('asan-builder-tests', compile_step + ['bb_asan_tests_setup'], B('asan-builder-tests', compile_step + ['bb_asan_tests_setup'],
T(std_tests, ['--asan']), {'extra_gyp_defines': 'asan=1'}), T(std_tests, ['--asan']), {'extra_gyp_defines': 'asan=1'}),
B('chromedriver-fyi-tests-dbg', std_test_steps, T(['chromedriver']), B('chromedriver-fyi-tests-dbg', std_test_steps,
None), T(['chromedriver'], ['--install=ChromiumTestShell']), None),
B('fyi-builder-dbg', B('fyi-builder-dbg',
['bb_check_webview_licenses', 'bb_compile', 'bb_compile_experimental', ['bb_check_webview_licenses', 'bb_compile', 'bb_compile_experimental',
'bb_run_findbugs', 'bb_zip_build'], None, None), 'bb_run_findbugs', 'bb_zip_build'], None, None),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment