Index: build/android/buildbot/bb_run_bot.py |
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py |
index d46619ef5148e09cb7bf86d93a15b52636b3658b..c623f66d6ffdd9b6b484ea9b50a53c380e95c3ad 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -91,6 +91,8 @@ def GetBotStepMap(): |
B('asan-builder', std_build_steps, None, None), |
B('asan-tests', std_test_steps + ['bb_asan_tests_setup'], |
T(std_tests, ['--asan']), None), |
+ B('chromedriver-fyi-tests-dbg', std_test_steps, T(['chromedriver']), |
+ None), |
B('fyi-builder-dbg', |
['bb_check_webview_licenses', 'bb_compile', 'bb_compile_experimental', |
'bb_run_findbugs', 'bb_zip_build'], None, None), |