[PATCH] D15336: [zorg] Enable GCS uploads on clang-cmake-mipsel and add an LNT runner that uses them.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 02:14:12 PST 2016


dsanders added a comment.

I mainly used gsutil for symmetry but it was also more convenient since it allowed me to re-use the gsutil:// URL by sending it to the triggered builder in a property. I don't mind changing it to use construct an HTTP GET request (or adding a dependency on llvmlab and having that do it) if that's what we prefer. The change will require additional SetProperty steps and an extra forwarded property to forward the information needed to build the request but that's not difficult.

Would you like me to switch this over?


http://reviews.llvm.org/D15336





More information about the llvm-commits mailing list