Re: [Python-Dev] Setting up a RHEL6 buildbot

2012-04-18 Thread Nick Coghlan
On Fri, Mar 23, 2012 at 1:48 PM, Nick Coghlan wrote: > I'm looking into getting a RHEL6 system set up to add to the buildbot > fleet. This is getting closer to being ready to go. Could one of the BB admins contact me off-list to set up the slave name and password? Cheers, Nick. -- Nick Coghlan

Re: [Python-Dev] Setting up a RHEL6 buildbot

2012-03-23 Thread Antoine Pitrou
On Fri, 23 Mar 2012 13:48:30 +1000 Nick Coghlan wrote: > I'm looking into getting a RHEL6 system set up to add to the buildbot > fleet. The info already on the wiki [1] is pretty helpful, but does > anyone have any suggestions on appropriate CPU/memory/disk > allocations? One or two cores is enou

Re: [Python-Dev] Setting up a RHEL6 buildbot

2012-03-23 Thread Stefan Krah
Nick Coghlan wrote: > I'm looking into getting a RHEL6 system set up to add to the buildbot > fleet. The info already on the wiki [1] is pretty helpful, but does > anyone have any suggestions on appropriate CPU/memory/disk > allocations? The Fedora bot has been running ultra-stable under qemu wit

Re: [Python-Dev] Setting up a RHEL6 buildbot

2012-03-22 Thread Matt Joiner
The 24 core machine at my last workplace could configure and make the tip in 45 seconds from a clean checkout. Lots of cores? :) ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mai

[Python-Dev] Setting up a RHEL6 buildbot

2012-03-22 Thread Nick Coghlan
I'm looking into getting a RHEL6 system set up to add to the buildbot fleet. The info already on the wiki [1] is pretty helpful, but does anyone have any suggestions on appropriate CPU/memory/disk allocations? Cheers, Nick. [1] http://wiki.python.org/moin/BuildBot -- Nick Coghlan   |   ncogh...