| Index: buildbot/buildbot_selector.py
|
| diff --git a/buildbot/buildbot_selector.py b/buildbot/buildbot_selector.py
|
| index 75ce4bd0de6790bc76c99cc0e830a2cf54b9eb99..8e8848d03ae53a53930667f522b4a607db323711 100755
|
| --- a/buildbot/buildbot_selector.py
|
| +++ b/buildbot/buildbot_selector.py
|
| @@ -142,11 +142,15 @@ BOT_ASSIGNMENT = {
|
| 'nacl-precise_64-newlib-arm_qemu-pnacl':
|
| bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu arm',
|
| 'nacl-precise_64-newlib-x86_32-pnacl':
|
| - python + ' buildbot/buildbot_pnacl.py opt 32 pnacl',
|
| + # python + ' buildbot/buildbot_pnacl.py opt 32 pnacl',
|
| + bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu mips32',
|
| 'nacl-precise_64-newlib-x86_64-pnacl':
|
| - python + ' buildbot/buildbot_pnacl.py opt 64 pnacl',
|
| + # python + ' buildbot/buildbot_pnacl.py opt 64 pnacl',
|
| + # bash + ' buildbot/buildbot_toolchain_mips_trusted.sh',
|
| + bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu mips32',
|
| 'nacl-precise_64-newlib-mips-pnacl':
|
| - echo + ' "TODO(mseaborn): add mips"',
|
| + # echo + ' "TODO(mseaborn): add mips",
|
| + bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu mips32',
|
| 'nacl-arm_opt_panda':
|
| bash + ' buildbot/buildbot_pnacl.sh mode-buildbot-arm-try',
|
| 'nacl-arm_hw_opt_panda':
|
|
|