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

Unified Diff: buildbot/buildbot_selector.py

Issue 86033002: Try building and uploading MIPS toolchain on one of the buildbots. (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: nacl-precise_64-newlib-mips-pnacl Created 6 years, 2 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 | buildbot/file_up_down_load.sh » ('j') | 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 75ce4bd0de6790bc76c99cc0e830a2cf54b9eb99..8e8848d03ae53a53930667f522b4a607db323711 100755
--- a/buildbot/buildbot_selector.py
+++ b/buildbot/buildbot_selector.py
@@ -142,11 +142,15 @@ BOT_ASSIGNMENT = {
'nacl-precise_64-newlib-arm_qemu-pnacl':
bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu arm',
'nacl-precise_64-newlib-x86_32-pnacl':
- python + ' buildbot/buildbot_pnacl.py opt 32 pnacl',
+ # python + ' buildbot/buildbot_pnacl.py opt 32 pnacl',
+ bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu mips32',
'nacl-precise_64-newlib-x86_64-pnacl':
- python + ' buildbot/buildbot_pnacl.py opt 64 pnacl',
+ # python + ' buildbot/buildbot_pnacl.py opt 64 pnacl',
+ # bash + ' buildbot/buildbot_toolchain_mips_trusted.sh',
+ bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu mips32',
'nacl-precise_64-newlib-mips-pnacl':
- echo + ' "TODO(mseaborn): add mips"',
+ # echo + ' "TODO(mseaborn): add mips",
+ bash + ' buildbot/buildbot_pnacl.sh mode-trybot-qemu mips32',
'nacl-arm_opt_panda':
bash + ' buildbot/buildbot_pnacl.sh mode-buildbot-arm-try',
'nacl-arm_hw_opt_panda':
« no previous file with comments | « no previous file | buildbot/file_up_down_load.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698