Chris Matthews
2014-Aug-13 15:37 UTC
[LLVMdev] Plans for the Apple supported Darwin buildbot cluster
Yes! That would be really great!> On Aug 13, 2014, at 3:09 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: > >> On 12 Aug 2014, at 19:34, Chris Matthews <chris.matthews at apple.com> wrote: >> >> The most notable change will be a switch from Buildbot to Jenkins. > > We're currently running LLVM test builds in Jenkins and I have patched lit to produce JUnit XML output that Jenkins can consume (it's not pretty, but it does at least let you produce the graphs of tests / failures for each build). If there's general interest in this feature, I'd be happy to upstream it. The current implementation writes the JUnit XML to a file specified on the command line, so you also get the normal output. It could be improved, but it's probably a sensible starting point for anyone wanting to work on this. > > David >
David Chisnall
2014-Aug-14 09:41 UTC
[LLVMdev] Plans for the Apple supported Darwin buildbot cluster
I've put the diff in Phabricator here: http://reviews.llvm.org/D4901 If you think it looks vaguely sensible then let me know and I'll commit it. David On 13 Aug 2014, at 16:37, Chris Matthews <chris.matthews at apple.com> wrote:> Yes! That would be really great! > >> On Aug 13, 2014, at 3:09 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: >> >>> On 12 Aug 2014, at 19:34, Chris Matthews <chris.matthews at apple.com> wrote: >>> >>> The most notable change will be a switch from Buildbot to Jenkins. >> >> We're currently running LLVM test builds in Jenkins and I have patched lit to produce JUnit XML output that Jenkins can consume (it's not pretty, but it does at least let you produce the graphs of tests / failures for each build). If there's general interest in this feature, I'd be happy to upstream it. The current implementation writes the JUnit XML to a file specified on the command line, so you also get the normal output. It could be improved, but it's probably a sensible starting point for anyone wanting to work on this. >> >> David >>
Renato Golin
2014-Aug-14 10:05 UTC
[LLVMdev] Plans for the Apple supported Darwin buildbot cluster
On 14 August 2014 10:41, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote:> I've put the diff in Phabricator here: > > http://reviews.llvm.org/D4901 > > If you think it looks vaguely sensible then let me know and I'll commit it.Hi David, Is there an option for "make check-all"? Or do you have to call lit in a special way inside Jenkins? --renato
Chris Matthews
2014-Aug-14 18:20 UTC
[LLVMdev] Plans for the Apple supported Darwin buildbot cluster
CCing Daniel> On Aug 14, 2014, at 2:41 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: > > I've put the diff in Phabricator here: > > http://reviews.llvm.org/D4901 > > If you think it looks vaguely sensible then let me know and I'll commit it. > > David > > On 13 Aug 2014, at 16:37, Chris Matthews <chris.matthews at apple.com> wrote: > >> Yes! That would be really great! >> >>> On Aug 13, 2014, at 3:09 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: >>> >>>> On 12 Aug 2014, at 19:34, Chris Matthews <chris.matthews at apple.com> wrote: >>>> >>>> The most notable change will be a switch from Buildbot to Jenkins. >>> >>> We're currently running LLVM test builds in Jenkins and I have patched lit to produce JUnit XML output that Jenkins can consume (it's not pretty, but it does at least let you produce the graphs of tests / failures for each build). If there's general interest in this feature, I'd be happy to upstream it. The current implementation writes the JUnit XML to a file specified on the command line, so you also get the normal output. It could be improved, but it's probably a sensible starting point for anyone wanting to work on this. >>> >>> David >>> >
Chris Matthews
2014-Dec-02 21:32 UTC
[LLVMdev] Plans for the Apple supported Darwin buildbot cluster
David, I like your patch. I applied the feedback in Phabricator and tested internally. Is it your intent to contribute the patch? I could commit the revised version on your behalf?> On Aug 14, 2014, at 2:41 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: > > I've put the diff in Phabricator here: > > http://reviews.llvm.org/D4901 > > If you think it looks vaguely sensible then let me know and I'll commit it. > > David > > On 13 Aug 2014, at 16:37, Chris Matthews <chris.matthews at apple.com> wrote: > >> Yes! That would be really great! >> >>> On Aug 13, 2014, at 3:09 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: >>> >>>> On 12 Aug 2014, at 19:34, Chris Matthews <chris.matthews at apple.com> wrote: >>>> >>>> The most notable change will be a switch from Buildbot to Jenkins. >>> >>> We're currently running LLVM test builds in Jenkins and I have patched lit to produce JUnit XML output that Jenkins can consume (it's not pretty, but it does at least let you produce the graphs of tests / failures for each build). If there's general interest in this feature, I'd be happy to upstream it. The current implementation writes the JUnit XML to a file specified on the command line, so you also get the normal output. It could be improved, but it's probably a sensible starting point for anyone wanting to work on this. >>> >>> David >>> >