Commit 4dd473d0 authored by ilevy@chromium.org's avatar ilevy@chromium.org

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: svn://svn.chromium.org/chrome/trunk/src@221871 0039d316-1c4b-4281-b951-d872f2087c98
parent 7867b9e5
...@@ -143,6 +143,7 @@ def GetBotStepMap(): ...@@ -143,6 +143,7 @@ def GetBotStepMap():
# Other waterfalls # Other waterfalls
B('asan-builder-tests', H(compile_step, extra_gyp='asan=1'), B('asan-builder-tests', H(compile_step, extra_gyp='asan=1'),
T(std_tests, ['--asan'])), T(std_tests, ['--asan'])),
B('blink-try-builder', H(compile_step)),
B('chromedriver-fyi-tests-dbg', H(std_test_steps), B('chromedriver-fyi-tests-dbg', H(std_test_steps),
T(['chromedriver'], ['--install=ChromiumTestShell'])), T(['chromedriver'], ['--install=ChromiumTestShell'])),
B('fyi-x86-builder-dbg', B('fyi-x86-builder-dbg',
......
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