Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2281)

Unified Diff: build/android/buildbot/bb_run_bot.py

Issue 15033002: Switch Asan bot to builder-tester (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add back comment Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698