| 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 9728de3c50dca9ed8b9df3686063145162630c5a..6a3305120a366697e672ccfb5e11de4c227688f7 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -101,8 +101,7 @@ def GetBotStepMap():
|
| None),
|
|
|
| # Other waterfalls
|
| - B('asan-builder', std_build_steps, None, None),
|
| - B('asan-tests', std_test_steps + ['bb_asan_tests_setup'],
|
| + B('asan-builder-tests', compile_step + ['bb_asan_tests_setup'],
|
| T(std_tests, ['--asan']), None),
|
| B('chromedriver-fyi-tests-dbg', std_test_steps, T(['chromedriver']),
|
| None),
|
|
|