[PATCH] D42814: [buildbot] Updated CUDA buildbot config.

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 14:29:57 PST 2018


tra added inline comments.


================
Comment at: zorg/buildbot/builders/CUDATestsuiteBuilder.py:157
+                haltOnFailure=True,
+                description=["Running simple CUDA tests on GPU %s" % gpu_id],
+                descriptionDone=["simple CUDA tests on GPU %s done." % gpu_id],
----------------
gkistanova wrote:
> Here and in all the similar cases. It is better to have the description as an array of words, as it helps buildbot to format multiline text for compact views.
Would `string.split("some long description goes here")` do ?  
I'll do it in another patch.


https://reviews.llvm.org/D42814





More information about the llvm-commits mailing list