[zorg] r237853 - [zorg] disable llgo builder

Andrew Wilkins axwalk at gmail.com
Wed May 20 16:45:43 PDT 2015


On Thu, 21 May 2015 at 07:28 Jonathan Roelofs <jonathan at codesourcery.com>
wrote:

>
>
> On 5/20/15 5:21 PM, Andrew Wilkins wrote:
> > Author: axw
> > Date: Wed May 20 18:21:05 2015
> > New Revision: 237853
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=237853&view=rev
> > Log:
> > [zorg] disable llgo builder
> >
> > Summary:
> > The llgo builder is currently timing out on its test step,
> > as the output buffered and not sent to the console during
> > the run. We need a fix in Ninja before we can update CMake
> > to send output to the console. Disabling the builder until
> > that happens.
>
> Can you set it to build with a different cmake generator (other than
> ninja) in the meantime?
>

Could do, but (I think?) CMake would still need updating with USES_TERMINAL
and so non-buildbot Ninja builds would still be affected by the mentioned
issue. I'm hoping the fix will be merged sooner rather than later; if not
I'll revisit this.

Thanks,
Andrew

Jon
>
> >
> > Reviewers: gkistanova
> >
> > Reviewed By: gkistanova
> >
> > Subscribers: llvm-commits
> >
> > Differential Revision: http://reviews.llvm.org/D9872
> >
> > Modified:
> >      zorg/trunk/buildbot/osuosl/master/config/builders.py
> >
> > Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
> > URL:
> http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=237853&r1=237852&r2=237853&view=diff
> >
> ==============================================================================
> > --- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
> > +++ zorg/trunk/buildbot/osuosl/master/config/builders.py Wed May 20
> 18:21:05 2015
> > @@ -740,10 +740,10 @@ def _get_lld_builders():
> >   # llgo builders.
> >   def _get_llgo_builders():
> >       return [
> > -          {'name': "llgo-x86_64-linux",
> > -           'slavenames': ["llgo-builder"],
> > -           'builddir': "llgo-x86_64-linux",
> > -           'factory': LLGoBuilder.getLLGoBuildFactory()},
> > +    #      {'name': "llgo-x86_64-linux",
> > +    #       'slavenames': ["llgo-builder"],
> > +    #       'builddir': "llgo-x86_64-linux",
> > +    #       'factory': LLGoBuilder.getLLGoBuildFactory()},
> >       ]
> >
> >
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> >
>
> --
> Jon Roelofs
> jonathan at codesourcery.com
> CodeSourcery / Mentor Embedded
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150520/c43548c1/attachment.html>


More information about the llvm-commits mailing list