[tg-trunk] Re: BuildBot system needs slaves

2009-01-08 Thread Steven Mohr

Lukasz Szybalski schrieb:
 Hello,
 What has happen to tg buildbot? is it working?

 Thanks,
 Lucas

 On Sun, Oct 5, 2008 at 10:18 AM, Steven Mohr steven.m...@gmx.de wrote:
   
 Hi all,
 our BuildBot system needs slaves. All the work of a build takes place on a 
 slave. At the moment we have four slaves:

  - the new TurboGears server (Debian)
  - Chris Arndt's server (Ubuntu x86_64 )
  - Steven's server (Ubuntu x86)
  - Chris desktop (MacOS X 10.4)

 We need slaves for Windows (XP, 2k(3), Vista), MacOS X 10.5, Solaris and 
 other OS that are used for TurboGears installations. A slave has not to be 
 online 24 hours, 7 days a week. 4-6 hours a day are fine.
 If you want to  host a slave, write a mail to build...@turbogears.org and  
 take a look at 
 http://code.google.com/p/tg-buildbot-extensions/wiki/CreateSlave . The 
 documentation is still under work. If anything isn't clear, please write a 
 mail and I will explain what I wanted to say and wil fix the documentation.

 Thanks

 Steven
 
Yes, tg buildbot works and I'm still working on it.
The last three month I was at university and had almost no time for tg
buildbot. I wrote some documentation but no big changes in codebase. My
plan for the next three month is to improve the documentation in a way
that makes it possible for tg-developer to create a build task and to
send it to me so that I can add it to the BuildBot system.  I still
update my blog (http://blog.stevenmohr.de) regularly so you can stay
informed about the  progress.
Another part I will work on is a BuildBot webconfig interface that
should simplify the creation of build steps (I've created a prototype at
GSOC but I want to create the real application now)
I will post updates on this topic regularly and hope that the BuildBot
system will  become a useful  part of the  TG infrastructure.

Steven


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to 
turbogears-trunk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: BuildBot system needs slaves

2009-01-08 Thread Florent Aide

On Thu, Jan 8, 2009 at 5:38 PM, Steven Mohr opensou...@stevenmohr.de wrote:

 I will post updates on this topic regularly and hope that the BuildBot
 system will  become a useful  part of the  TG infrastructure.


You bet on it :) I'm sure Alberto will be more than interested by this
subject...

Florent.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to 
turbogears-trunk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: BuildBot system needs slaves

2009-01-08 Thread Alberto Valverde

Florent Aide wrote:
 On Thu, Jan 8, 2009 at 5:38 PM, Steven Mohr opensou...@stevenmohr.de wrote:
   
 I will post updates on this topic regularly and hope that the BuildBot
 system will  become a useful  part of the  TG infrastructure.

 

 You bet on it :) I'm sure Alberto will be more than interested by this
 subject...
   
Are you in the need of another boring Ubuntu 8.04 i386 slave? 
Unfortunately I haven't got any other fancy hardware/os with a decent 
net connection I can contribute to the TG pool. In the hand-labor 
department there's not much I can offer either: TW badly needs a 
buildbot too (since the human maintainer is such a disaster) so I must 
administrate well my scarce infrastructure-building-energies ATM. ;) The 
offer for the ubuntu slave still stands. Let me know and I'll open an 
account for  you.

Alberto

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to 
turbogears-trunk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: BuildBot system needs slaves

2008-10-11 Thread Christopher Arndt

Florent Aide schrieb:
 I have macos 10.5 on a macbook air (wifi-only-no-ethernet) but I can
 put it right beside the wifi box to see if it works. Chris do you have
 any macos specifics for BB ?

Not yet. I haven't set up the slave on my Mac yet. If I encounter any
problems, hickups, etc. on the way, I'll let you all know.

Chris

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: BuildBot system needs slaves

2008-10-11 Thread Jorge Vargas

On Fri, Oct 10, 2008 at 7:21 AM, Steven Mohr [EMAIL PROTECTED] wrote:

 Christopher Arndt wrote:

I reckon, the needed bandwidth is not very big, but I better let Steven
answer this one. My point about the connection needing to stable was
that buildbot throws lots of errors is a client keeps connecting and
disconnecting unexpectedly.

 Chris is right, bandwidth is not a problem. You only need your bandwidth to 
 download source from repos or packages from pypi.  I tested it yesterday and 
 my slave downloaded 4 MB and uploaded 1 MB in 6 hours. So let's say it's a 
 busy day, your build slave may cause 35 MB traffic.

Ok then I think I could get us some slaves, I'm going to test drive
it, and let you know.

 Steven

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: BuildBot system needs slaves

2008-10-10 Thread Steven Mohr

Christopher Arndt wrote:

I reckon, the needed bandwidth is not very big, but I better let Steven
answer this one. My point about the connection needing to stable was
that buildbot throws lots of errors is a client keeps connecting and
disconnecting unexpectedly.

Chris is right, bandwidth is not a problem. You only need your bandwidth to 
download source from repos or packages from pypi.  I tested it yesterday and my 
slave downloaded 4 MB and uploaded 1 MB in 6 hours. So let's say it's a busy 
day, your build slave may cause 35 MB traffic.

Steven

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: BuildBot system needs slaves

2008-10-10 Thread Christopher Arndt

Jorge Vargas schrieb:
 On Thu, Oct 9, 2008 at 8:21 AM, Christopher Arndt [EMAIL PROTECTED] wrote:
 The more build slaves we got for a particular system, the better and the
 lower the numbers a single build slave has to be online.

 oh really? I though 1 per os was good enough.

If it's up for 24/7 then one is enough, yes. The goal is to give
developers immediate feedback (i.e. ~10 minutes after check in) if they
screw up something.

 The only restriction is that while you are online, your network
 connection should be stable, so a wireless network is probably unsuitable.

 are they any metric on how much bandwidth is used? I could set up two
 build slaves (windows  ubuntu) but I got very bad bandwidth since
 well ISPs over here suck.

I reckon, the needed bandwidth is not very big, but I better let Steven
answer this one. My point about the connection needing to stable was
that buildbot throws lots of errors is a client keeps connecting and
disconnecting unexpectedly.

Chris

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: BuildBot system needs slaves

2008-10-10 Thread Florent Aide

On Fri, Oct 10, 2008 at 3:21 PM, Steven Mohr [EMAIL PROTECTED] wrote:

 Christopher Arndt wrote:

I reckon, the needed bandwidth is not very big, but I better let Steven
answer this one. My point about the connection needing to stable was
that buildbot throws lots of errors is a client keeps connecting and
disconnecting unexpectedly.

 Chris is right, bandwidth is not a problem. You only need your bandwidth to 
 download source from repos or packages from pypi.  I tested it yesterday and 
 my slave downloaded 4 MB and uploaded 1 MB in 6 hours. So let's say it's a 
 busy day, your build slave may cause 35 MB traffic.


I have macos 10.5 on a macbook air (wifi-only-no-ethernet) but I can
put it right beside the wifi box to see if it works. Chris do you have
any macos specifics for BB ?

Florent.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: BuildBot system needs slaves

2008-10-09 Thread Christopher Arndt

(taking this back to the trunk ml. Sorry, sent my reply to the wrong
list before)

Diez B. Roggisch schrieb:
 Christopher Arndt schrieb:
 Florent Aide schrieb:
 On Sun, Oct 5, 2008 at 6:18 PM, Steven Mohr [EMAIL PROTECTED] wrote:
 our BuildBot system needs slaves.
 I'll certainly be able to provide some help on that front... I'll let
 you know when I have a slave ready, but don't hesitate to remind me so
 I don't let that slip under the other things...
 Thanks, Florent. I haven't actually set up my build slave yet as well.
 When I have done so, I'll pass on my install notes, if you want.

 We could especially use a Mac OS X 10.5 build slave.
 
 I've got a 10.5 Notebook. Not sure though how many hours a day I can offer .

The more build slaves we got for a particular system, the better and the
lower the numbers a single build slave has to be online.

The only restriction is that while you are online, your network
connection should be stable, so a wireless network is probably unsuitable.

For more information about setting up a build slave see

http://code.google.com/p/tg-buildbot-extensions/wiki/Contributing


Chris

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: BuildBot system needs slaves

2008-10-09 Thread Jorge Vargas

On Thu, Oct 9, 2008 at 8:21 AM, Christopher Arndt [EMAIL PROTECTED] wrote:

 (taking this back to the trunk ml. Sorry, sent my reply to the wrong
 list before)

 Diez B. Roggisch schrieb:
 Christopher Arndt schrieb:
 Florent Aide schrieb:
 On Sun, Oct 5, 2008 at 6:18 PM, Steven Mohr [EMAIL PROTECTED] wrote:
 our BuildBot system needs slaves.
 I'll certainly be able to provide some help on that front... I'll let
 you know when I have a slave ready, but don't hesitate to remind me so
 I don't let that slip under the other things...
 Thanks, Florent. I haven't actually set up my build slave yet as well.
 When I have done so, I'll pass on my install notes, if you want.

 We could especially use a Mac OS X 10.5 build slave.

 I've got a 10.5 Notebook. Not sure though how many hours a day I can offer .

 The more build slaves we got for a particular system, the better and the
 lower the numbers a single build slave has to be online.

oh really? I though 1 per os was good enough.

 The only restriction is that while you are online, your network
 connection should be stable, so a wireless network is probably unsuitable.

are they any metric on how much bandwidth is used? I could set up two
build slaves (windows  ubuntu) but I got very bad bandwidth since
well ISPs over here suck.

 For more information about setting up a build slave see

 http://code.google.com/p/tg-buildbot-extensions/wiki/Contributing


 Chris

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---



[tg-trunk] Re: BuildBot system needs slaves

2008-10-07 Thread Florent Aide

On Sun, Oct 5, 2008 at 6:18 PM, Steven Mohr [EMAIL PROTECTED] wrote:

 Hi all,
 our BuildBot system needs slaves. All the work of a build takes place on a 
 slave. At the moment we have four slaves:


I'll certainly be able to provide some help on that front... I'll let
you know when I have a slave ready, but don't hesitate to remind me so
I don't let that slip under the other things...

Florent.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Trunk group.
To post to this group, send email to turbogears-trunk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~--~~~~--~~--~--~---