| Index: buildbot/buildbot_selector.py
|
| diff --git a/buildbot/buildbot_selector.py b/buildbot/buildbot_selector.py
|
| index 7689b23a7f5f026cc88898e7c68182eab83ddba5..8b1d1000ff5210dcce2ab27ae80f33300fb680f8 100755
|
| --- a/buildbot/buildbot_selector.py
|
| +++ b/buildbot/buildbot_selector.py
|
| @@ -209,8 +209,11 @@ BOT_ASSIGNMENT = {
|
| 'bash buildbot/buildbot_pnacl_toolchain_tests.sh tc-test-bot x86-32',
|
| 'linux-pnacl-x86_64-tests-arm':
|
| 'bash buildbot/buildbot_pnacl_toolchain_tests.sh tc-test-bot arm',
|
| +
|
| + # MIPS toolchain buildbot.
|
| 'linux-pnacl-x86_32-tests-mips':
|
| - 'bash buildbot/buildbot_pnacl_toolchain_tests.sh tc-test-bot mips',
|
| + 'bash tools/trusted_cross_toolchains/'
|
| + 'trusted-toolchain-creator.mipsel.debian.sh nacl_sdk',
|
|
|
| # Toolchain trybots.
|
| 'nacl-toolchain-lucid64-newlib':
|
|
|