[LLVMdev] Plans for the Apple supported Darwin buildbot cluster

Renato Golin renato.golin at linaro.org
Thu Aug 14 04:25:57 PDT 2014


On 14 August 2014 11:26, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote:
> So you don't want to send it to the standard output.  The things that want to parse it expect a file in the filesystem.  So if you want the verbose build to be sticking it in a well-known file then I don't have strong objections, but it seems to be conflating two things.  We run lit in -q mode in Jenkins, because we don't want big console logs duplicating the information in the XML.

I could be wrong, but I thought that buildbots already stored the
standard output into a file for parsing, so Jenkins would possibly do
the same? It seems not.

Since you're requesting an XML output (same as when requesting verbose
textual output), you will get a lot of output, so redirecting stdout
to a file on the integration level seems like the most sensible
solution on the tool level.

cheers,
--renato




More information about the llvm-dev mailing list