[PATCH] D14866: [zorg] Add support for uploading artifacts to the 'llvmlab bisect' bucket and enable this for clang-cmake-mips.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 06:40:24 PST 2015


dsanders updated this revision to Diff 41749.
dsanders added a comment.

- Renamed getClangCMakeBuilder() to _getClangCMakeBuilder()
- Added getClangCMakeBuildFactory() with the old set of arguments and getClangCMakeGCSBuildFactory() with the additional one.
- Split additions to _getClangCMakeBuilder() into a separate addGCSUploadSteps() to be more in line with the likely result of refactoring getClangCMakeBuilder(). Also generalized it enough to be reusable for stage 2 uploads.
- Small cosmetic tweaks (e.g. 'upload' -> 'uploading' for the in-progress description) and tidy up.


http://reviews.llvm.org/D14866

Files:
  buildbot/osuosl/master/config/builders.py
  zorg/buildbot/builders/ClangBuilder.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14866.41749.patch
Type: text/x-patch
Size: 8092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151203/278be067/attachment.bin>


More information about the llvm-commits mailing list