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

Unified Diff: buildbot/buildbot_pnacl.sh

Issue 101713002: [MIPS] Upload a toolchain tarball for MIPS after the build step (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Created 7 years 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/buildbot_selector.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_pnacl.sh
diff --git a/buildbot/buildbot_pnacl.sh b/buildbot/buildbot_pnacl.sh
old mode 100755
new mode 100644
index bc91bd45eef55408054434b40509aee40c49f5ac..e368572ab85142716a764efd2dbaa2b8b8984362
--- a/buildbot/buildbot_pnacl.sh
+++ b/buildbot/buildbot_pnacl.sh
@@ -495,6 +495,13 @@ mode-buildbot-arm-hw-try() {
mode-buildbot-arm-hw
}
+mode-buildbot-mips-toolchain() {
Mark Seaborn 2013/12/10 23:06:20 Putting this in buildbot_pnacl.sh is not ideal bec
petarj 2013/12/11 19:08:59 Done.
+ tools/trusted_cross_toolchains/trusted-toolchain-creator.mipsel.debian.sh \
+ nacl_sdk
+ ${UP_DOWN_LOAD} UploadPnaclToolchains ${BUILDBOT_GOT_REVISION} \
Mark Seaborn 2013/12/10 23:06:20 What URL does this make the tarball available as?
petarj 2013/12/11 19:08:59 The name will be naclsdk_linux_mips-trusted.tgz. I
+ linux_mips-trusted nacl_sdk.tgz
+}
+
# These 2 functions are also suitable for local TC sanity testing.
tc-tests-all() {
local is_try=$1
« no previous file with comments | « no previous file | buildbot/buildbot_selector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698