From 0caa80fb98442dd632c1980edbb105d3bce93af5 Mon Sep 17 00:00:00 2001 From: "ilevy@chromium.org" Date: Sat, 7 Sep 2013 03:09:59 +0000 Subject: [PATCH] Add blink-try-builder bot-id Blink trybots don't need to zip build. TBR=dpranke BUG=230080 Review URL: https://codereview.chromium.org/23604049 git-svn-id: http://src.chromium.org/svn/trunk/src/build@221871 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- android/buildbot/bb_run_bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/android/buildbot/bb_run_bot.py b/android/buildbot/bb_run_bot.py index e97b3506e..dbe453a8f 100755 --- a/android/buildbot/bb_run_bot.py +++ b/android/buildbot/bb_run_bot.py @@ -143,6 +143,7 @@ def GetBotStepMap(): # Other waterfalls B('asan-builder-tests', H(compile_step, extra_gyp='asan=1'), T(std_tests, ['--asan'])), + B('blink-try-builder', H(compile_step)), B('chromedriver-fyi-tests-dbg', H(std_test_steps), T(['chromedriver'], ['--install=ChromiumTestShell'])), B('fyi-x86-builder-dbg',