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

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..db498a1b53547c326da4bd3375db861e807743db 100755
--- a/buildbot/buildbot_selector.py
+++ b/buildbot/buildbot_selector.py
@@ -46,6 +46,12 @@ BOT_ASSIGNMENT = {
'mac10.7-newlib-dbg-asan':
python + ' buildbot/buildbot_standard.py opt 32 newlib --asan',
+ # Sanitizer Pnacl toolchain buildbot.
+ 'asan':
+ python +
+ ' buildbot/buildbot_pnacl_toolchain.py --buildbot --tests-arch x86-64 '
+ ' --sanitize address --skip-tests',
+
# PNaCl.
'oneiric_32-newlib-arm_hw-pnacl-panda-dbg':
bash + ' buildbot/buildbot_pnacl.sh mode-buildbot-arm-hw-dbg',
« 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