| Index: buildbot/buildbot_selector.py
|
| diff --git a/buildbot/buildbot_selector.py b/buildbot/buildbot_selector.py
|
| old mode 100755
|
| new mode 100644
|
| index 3668913a67cb914f238b137992dbe7ad27722844..75ce4bd0de6790bc76c99cc0e830a2cf54b9eb99
|
| --- a/buildbot/buildbot_selector.py
|
| +++ b/buildbot/buildbot_selector.py
|
| @@ -140,7 +140,7 @@ BOT_ASSIGNMENT = {
|
| python + ' buildbot/buildbot_standard.py dbg 32 newlib --clang',
|
| # Pnacl main trybots
|
| 'nacl-precise_64-newlib-arm_qemu-pnacl':
|
| - bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu',
|
| + bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu arm',
|
| 'nacl-precise_64-newlib-x86_32-pnacl':
|
| python + ' buildbot/buildbot_pnacl.py opt 32 pnacl',
|
| 'nacl-precise_64-newlib-x86_64-pnacl':
|
| @@ -221,7 +221,7 @@ BOT_ASSIGNMENT = {
|
|
|
| # MIPS toolchain buildbot.
|
| 'linux-pnacl-x86_32-tests-mips':
|
| - bash + ' buildbot/buildbot_toolchain_mips_trusted.sh',
|
| + bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu mips32',
|
|
|
| # Toolchain trybots.
|
| 'nacl-toolchain-precise64-newlib':
|
|
|