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',