[PATCH] D27766: [buildbot] Added CUDATestsuiteBuilder.py

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 10:51:28 PST 2016


tra created this revision.
tra added a reviewer: gkistanova.
tra added a subscriber: llvm-commits.
Herald added a subscriber: jlebar.

getCUDATestsuiteBuildFactory() returns a factory that:

- checks out clang, libcxx(+deps), and test-suite.
- compiles & tests clang.
- compiles and runs CUDA tests.

Added checkout_libcxx and checkout_test_suite knobs to
getClangCmakeBuildFactory() so it can be reused for other
clang-based buildbots.

Tested on a local buildmaster+buildslave.


https://reviews.llvm.org/D27766

Files:
  zorg/buildbot/builders/CUDATestsuiteBuilder.py
  zorg/buildbot/builders/ClangBuilder.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27766.81421.patch
Type: text/x-patch
Size: 10299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161214/b6db0acf/attachment.bin>


More information about the llvm-commits mailing list