diff options
author | samuong <samuong@chromium.org> | 2015-08-26 21:27:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-27 04:28:36 +0000 |
commit | 6f1b9ba9967445fbfdcd4230ddf3907ecc211457 (patch) | |
tree | 4c4a9b73118811990c7bb328d05fdbc480191e11 | |
parent | 22586e128b6861c2674025a836998e9ef59db51c (diff) | |
download | chromium_src-6f1b9ba9967445fbfdcd4230ddf3907ecc211457.zip chromium_src-6f1b9ba9967445fbfdcd4230ddf3907ecc211457.tar.gz chromium_src-6f1b9ba9967445fbfdcd4230ddf3907ecc211457.tar.bz2 |
[chromedriver] Don't install ChromeShell on the chromedriver-fyi-tests-dbg bot.
BUG=523496
Review URL: https://codereview.chromium.org/1314223006
Cr-Commit-Position: refs/heads/master@{#345794}
-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 0c8a977..9e7e7e7 100755 --- a/build/android/buildbot/bb_run_bot.py +++ b/build/android/buildbot/bb_run_bot.py @@ -164,7 +164,7 @@ def GetBotStepMap(): B('blink-try-builder', H(compile_step)), B('chromedriver-fyi-tests-dbg', H(std_test_steps), T(['chromedriver'], - ['--install=ChromeShell', '--install=ChromeDriverWebViewShell', + ['--install=ChromeDriverWebViewShell', '--skip-wipe', '--disable-location', '--cleanup'])), B('fyi-x86-builder-dbg', H(compile_step + std_host_tests, experimental, target_arch='ia32')), |