Chromium Code Reviews| Index: buildbot/buildbot_selector.py |
| diff --git a/buildbot/buildbot_selector.py b/buildbot/buildbot_selector.py |
| index 7689b23a7f5f026cc88898e7c68182eab83ddba5..3f1c1a94dc718035438be0edf5ac206393fc74a1 100755 |
| --- a/buildbot/buildbot_selector.py |
| +++ b/buildbot/buildbot_selector.py |
| @@ -210,7 +210,8 @@ BOT_ASSIGNMENT = { |
| 'linux-pnacl-x86_64-tests-arm': |
| 'bash buildbot/buildbot_pnacl_toolchain_tests.sh tc-test-bot arm', |
| 'linux-pnacl-x86_32-tests-mips': |
|
Mark Seaborn
2013/08/07 17:18:34
Since you're changing this so that it isn't a PNaC
petarj
2013/08/07 20:02:13
Done.
|
| - 'bash buildbot/buildbot_pnacl_toolchain_tests.sh tc-test-bot mips', |
| + 'bash tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.debian.sh chrome_sdk', |
|
Mark Seaborn
2013/08/07 17:18:34
Line is >80 chars -- please fix that
petarj
2013/08/07 20:02:13
Done.
|
| + #'bash buildbot/buildbot_pnacl_toolchain_tests.sh tc-test-bot mips', |
|
Mark Seaborn
2013/08/07 17:18:34
Remove the commented-out code
petarj
2013/08/07 20:02:13
Done.
|
| # Toolchain trybots. |
| 'nacl-toolchain-lucid64-newlib': |