[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:48:04 PST 2015


dsanders added a comment.

Thanks, I think I understand now. Is the updated diff what you have in mind? I've taken the easy option in this patch but it should be easy to extract some of the duplication using Bicycle Repair Man or a similar tool.

Am I right in thinking that long term you want to end up with something like:

  getClangCMakeBuildFactory(...) \
      .addStage1Steps(clean=..., test=..., install=...) \
      .addStage2Steps(clean=..., test=..., install=...) \
      .addGCSUploadSteps(...) \
      .addTestsuiteSteps(...)


http://reviews.llvm.org/D14866





More information about the llvm-commits mailing list