Hi all, I'm trying to add builders to zorg for libc++ and libc++abi. I think I have the builder right, but I have a few questions. First, how do I know which build slaves to use? Is it okay to just pick a few, is there some policy defining which are fair game, or do I need to add a new one? Second, is there a simple way to test the builder and config before I commit it? Here's my first attempt: https://github.com/DanAlbert/zorg/commit/2ff832f710982c487174e507bb2a2704248fe821 Thanks, Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140801/07cc7a99/attachment.html>
On Sat, Aug 2, 2014 at 5:56 AM, Dan Albert <danalbert at google.com> wrote:> Hi all, > > I'm trying to add builders to zorg for libc++ and libc++abi. I think I have > the builder right, but I have a few questions. > > First, how do I know which build slaves to use? Is it okay to just pick a > few, is there some policy defining which are fair game, or do I need to add > a new one?I would be happy to host them. I have a large machine running debian sid x86_64 and ubuntu 14.04 x86_64 VMs.> Second, is there a simple way to test the builder and config before I commit > it?I am afraid not. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
On Sun, Aug 3, 2014 at 1:44 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:> On Sat, Aug 2, 2014 at 5:56 AM, Dan Albert <danalbert at google.com> wrote: >> Hi all, >> >> I'm trying to add builders to zorg for libc++ and libc++abi. I think I have >> the builder right, but I have a few questions. >> >> First, how do I know which build slaves to use? Is it okay to just pick a >> few, is there some policy defining which are fair game, or do I need to add >> a new one? > > I would be happy to host them. I have a large machine running debian > sid x86_64This one has the name 'gribozavr4'.> and ubuntu 14.04 x86_64 VMs.This one is not connected yet. (Will have the name 'gribozavr5' probably.) Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
> > Second, is there a simple way to test the builder and config before Icommit> > it? > > I am afraid not. >But there is a ugly (and certainly not simple) way to partially test the builder that I mentioned recently [1]. I say partially because I ended up removing all the builders apart from my own. @Dmitri - Has anyone considered reorganising zorg so it is easier to test a builder locally? [1] http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-August/075287.html -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140804/902de825/attachment.html>