Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3495)

Unified Diff: buildbot/buildbot_selector.py

Issue 19755007: [MIPS] Run toolchain build on a buildbot (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Update. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698