Asiri Rathnayake via llvm-dev
2016-May-27 20:04 UTC
[llvm-dev] [cfe-dev] Setting up a silent buildslave
I was hoping to avoid the trouble of having to setup a master buildbot. But may be it's just easier to run Zorg as-is locally alongside the buildslave. I'll give that a go. Cheers, / Asiri On Fri, May 27, 2016 at 8:45 PM, Yaron Keren <yaron.keren at gmail.com> wrote:> You don't really need to use the llvm builders infrastructure, just setup > a local jenkins (or whatever) bot that triggers from the llvm svn, see > > > http://stackoverflow.com/questions/10014252/jenkins-ci-how-to-trigger-builds-on-svn-commit > > > > > 2016-05-27 22:26 GMT+03:00 Asiri Rathnayake via cfe-dev < > cfe-dev at lists.llvm.org>: > >> Hi Galina, >> >> I would like to setup a silent buildslave for some experiments. >> Essentially, I would like to receive build requests from the llvm master >> buildbot, do my local builds but not publish results on the main buildbot >> (or complain to users when the builds fail). >> >> Would such a setup be possible? I looked at the documentation [1] but >> that seems to describe a normal buildslave setup. >> >> Thanks. >> >> / Asiri >> >> [1] http://llvm.org/docs/HowToAddABuilder.html >> >> _______________________________________________ >> cfe-dev mailing list >> cfe-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >> >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160527/00a69b92/attachment.html>
Galina Kistanova via llvm-dev
2016-May-27 20:26 UTC
[llvm-dev] [cfe-dev] Setting up a silent buildslave
Hi Asiri, You can use your local master for this or use silent master. Silent buildbot is currently copy of llvm buildbot, but does not sent any notifications. The both have the same set of builders and it's easy to switch a slave between them. To add slave/builder please add your slave and builder to zorg, but point your slave to silent master: use lab.llvm.org:9994 instead of lab.llvm.org:9990 It's address: http://lab.llvm.org:8014 Thanks Galina On Fri, May 27, 2016 at 1:04 PM, Asiri Rathnayake < asiri.rathnayake at gmail.com> wrote:> I was hoping to avoid the trouble of having to setup a master buildbot. > > But may be it's just easier to run Zorg as-is locally alongside the > buildslave. I'll give that a go. > > Cheers, > > / Asiri > > On Fri, May 27, 2016 at 8:45 PM, Yaron Keren <yaron.keren at gmail.com> > wrote: > >> You don't really need to use the llvm builders infrastructure, just setup >> a local jenkins (or whatever) bot that triggers from the llvm svn, see >> >> >> http://stackoverflow.com/questions/10014252/jenkins-ci-how-to-trigger-builds-on-svn-commit >> >> >> >> >> 2016-05-27 22:26 GMT+03:00 Asiri Rathnayake via cfe-dev < >> cfe-dev at lists.llvm.org>: >> >>> Hi Galina, >>> >>> I would like to setup a silent buildslave for some experiments. >>> Essentially, I would like to receive build requests from the llvm master >>> buildbot, do my local builds but not publish results on the main buildbot >>> (or complain to users when the builds fail). >>> >>> Would such a setup be possible? I looked at the documentation [1] but >>> that seems to describe a normal buildslave setup. >>> >>> Thanks. >>> >>> / Asiri >>> >>> [1] http://llvm.org/docs/HowToAddABuilder.html >>> >>> _______________________________________________ >>> cfe-dev mailing list >>> cfe-dev at lists.llvm.org >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >>> >>> >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160527/2dcaf46f/attachment.html>
Asiri Rathnayake via llvm-dev
2016-May-27 20:29 UTC
[llvm-dev] [cfe-dev] Setting up a silent buildslave
Awesome! Thanks Galina. / Asiri On Fri, May 27, 2016 at 9:26 PM, Galina Kistanova <gkistanova at gmail.com> wrote:> Hi Asiri, > > You can use your local master for this or use silent master. > > Silent buildbot is currently copy of llvm buildbot, but does not sent any > notifications. > The both have the same set of builders and it's easy to switch a slave > between them. > > To add slave/builder please add your slave and builder to zorg, but point > your slave to silent master: > use lab.llvm.org:9994 instead of lab.llvm.org:9990 > > It's address: > http://lab.llvm.org:8014 > > Thanks > > Galina > > > > > On Fri, May 27, 2016 at 1:04 PM, Asiri Rathnayake < > asiri.rathnayake at gmail.com> wrote: > >> I was hoping to avoid the trouble of having to setup a master buildbot. >> >> But may be it's just easier to run Zorg as-is locally alongside the >> buildslave. I'll give that a go. >> >> Cheers, >> >> / Asiri >> >> On Fri, May 27, 2016 at 8:45 PM, Yaron Keren <yaron.keren at gmail.com> >> wrote: >> >>> You don't really need to use the llvm builders infrastructure, just >>> setup a local jenkins (or whatever) bot that triggers from the llvm svn, see >>> >>> >>> http://stackoverflow.com/questions/10014252/jenkins-ci-how-to-trigger-builds-on-svn-commit >>> >>> >>> >>> >>> 2016-05-27 22:26 GMT+03:00 Asiri Rathnayake via cfe-dev < >>> cfe-dev at lists.llvm.org>: >>> >>>> Hi Galina, >>>> >>>> I would like to setup a silent buildslave for some experiments. >>>> Essentially, I would like to receive build requests from the llvm master >>>> buildbot, do my local builds but not publish results on the main buildbot >>>> (or complain to users when the builds fail). >>>> >>>> Would such a setup be possible? I looked at the documentation [1] but >>>> that seems to describe a normal buildslave setup. >>>> >>>> Thanks. >>>> >>>> / Asiri >>>> >>>> [1] http://llvm.org/docs/HowToAddABuilder.html >>>> >>>> _______________________________________________ >>>> cfe-dev mailing list >>>> cfe-dev at lists.llvm.org >>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >>>> >>>> >>> >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160527/d616d5e4/attachment.html>