Chromium Code Reviews| Index: buildbot/buildbot_selector.py |
| diff --git a/buildbot/buildbot_selector.py b/buildbot/buildbot_selector.py |
| index bb4b303b116620f5fcfe045167bb0d4dcf3da53b..00c540fd81402e5a66994b5ceaa9de045dfdc43a 100755 |
| --- 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': |
| @@ -219,9 +219,9 @@ BOT_ASSIGNMENT = { |
| 'linux-pnacl-x86_64-tests-arm': |
| bash + ' buildbot/buildbot_pnacl_toolchain_tests.sh tc-test-bot arm', |
| - # MIPS toolchain buildbot. |
|
Mark Seaborn
2014/07/31 16:12:30
I think this should still say "toolchain" because
petarj
2014/08/04 00:50:37
Done.
|
| + # MIPS buildbot. |
| 'linux-pnacl-x86_32-tests-mips': |
| - bash + ' buildbot/buildbot_toolchain_mips_trusted.sh', |
| + bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu mips', |
| # Toolchain trybots. |
| 'nacl-toolchain-precise64-newlib': |