[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: MacOS buildbot?

From: Greg Stein <gstein_at_gmail.com>
Date: Sun, 4 Sep 2016 13:17:09 -0500

Thanks, Branko!

On Sat, Sep 3, 2016 at 3:26 PM, Branko Čibej <brane_at_apache.org> wrote:

> On 03.09.2016 21:55, Greg Stein wrote:
> > Hey all,
> >
> > Who owns/runs our MacOS buildbots? AOO is seeking a build server. It's
> > a big build, so might not be possible to sit next to the svn builds,
> > and I don't know how often they want to run it (eg. buildbot, or just
> > to compile executables for release)
>
>
> I maintain that bot. It's a Mac Mini:
>
> $ sw_vers
> ProductName: Mac OS X
> ProductVersion: 10.9.5
> BuildVersion: 13F34
>
> $ sysctl -a | grep memsize
> hw.memsize = 8589934592
>
> $ sysctl -a | grep cpu.thread_count
> machdep.cpu.thread_count: 8
>
> $ df -h /
> Filesystem Size Used Avail Capacity iused ifree %iused
> Mounted on
> /dev/disk0s2 931Gi 42Gi 888Gi 5% 11150418 232830324 5% /
>
>
> It can run up to 2 SVN builds in parallel that each use a 2-gig RAMdisc
> (hence, using up half the available RAM). Running SVN build and tests on
> the spinning disk would be horribly slow. The RAMdiscs are created
> on-demand. There are currently 3 Serf and 11 Subversion builders
> configured to use this slave.
>
> Building AOO nightlies or releases shouldn't be a problem, assuming they
> don't need a gazillion dependencies installed on the box. Using it as a
> commit-triggered build slave would probably be a bit too much.
>
> -- Brane
>
Received on 2016-09-04 20:17:20 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.