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

Unified Diff: buildbot/buildbot_selector.py

Issue 1140793002: Enabling asan pnacl toolchain builders. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: fix Created 5 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 | « buildbot/buildbot_pnacl_toolchain.py ('k') | buildbot/packages.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_selector.py
diff --git a/buildbot/buildbot_selector.py b/buildbot/buildbot_selector.py
index b6155a1fee2a7d73b2cc2b3a39533f601b5865db..34118381bd419fb81c271082809f0b1631ec4b93 100755
--- a/buildbot/buildbot_selector.py
+++ b/buildbot/buildbot_selector.py
@@ -270,6 +270,12 @@ BOT_ASSIGNMENT = {
'nacl-toolchain-win7-pnacl-x86_64':
python + ' buildbot/buildbot_pnacl_toolchain.py --trybot',
+ # Sanitizer Pnacl toolchain buildbot.
Karl 2015/05/12 20:23:29 Nit: Shouldn't this be earlier in the list where
+ 'asan':
+ python +
+ ' buildbot/buildbot_pnacl_toolchain.py --buildbot --tests-arch x86-64 '
+ ' --sanitize address --skip-tests',
+
# Sanitizer Pnacl toolchain trybots.
'nacl-toolchain-asan':
python +
« no previous file with comments | « buildbot/buildbot_pnacl_toolchain.py ('k') | buildbot/packages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698