Asiri Rathnayake via llvm-dev
2016-May-27 19:26 UTC
[llvm-dev] Setting up a silent buildslave
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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160527/0b19d1eb/attachment.html>
Yaron Keren via llvm-dev
2016-May-27 19:45 UTC
[llvm-dev] [cfe-dev] Setting up a silent buildslave
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/d2630c3e/attachment.html>
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>