| Index: buildbot/buildbot_selector.py
|
| diff --git a/buildbot/buildbot_selector.py b/buildbot/buildbot_selector.py
|
| index 8b2a1fae41fc79548447a2bfbd29279c9665256d..14e6e0b6740e97c39734ee8f1886d376c1c7de8e 100755
|
| --- a/buildbot/buildbot_selector.py
|
| +++ b/buildbot/buildbot_selector.py
|
| @@ -138,6 +138,11 @@ BOT_ASSIGNMENT = {
|
| python + ' buildbot/buildbot_standard.py dbg 64 newlib --clang',
|
| 'nacl-mac10.6-newlib-dbg-clang':
|
| python + ' buildbot/buildbot_standard.py dbg 32 newlib --clang',
|
| + # ASan.
|
| + 'nacl-precise_64-newlib-dbg-asan':
|
| + python + ' buildbot/buildbot_standard.py opt 64 newlib --asan',
|
| + 'nacl-mac10.7-newlib-dbg-asan':
|
| + python + ' buildbot/buildbot_standard.py opt 32 newlib --asan',
|
| # Pnacl main trybots
|
| 'nacl-precise_64-newlib-arm_qemu-pnacl':
|
| bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu arm',
|
|
|