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

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 13:26:24 PST 2016


Which ever you think is best.   I used an HTTP get for my jobs to avoid the dependency, but either way is fine.  I was able to use requests, so it was super simple to do it.  I think for a few jobs, it won’t matter either way.


> On Jan 14, 2016, at 2:14 AM, Daniel Sanders <daniel.sanders at imgtec.com> wrote:
> 
> 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