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

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: Rebase. 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..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':
« 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