Chromium Code Reviews| 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 + |