Re: Django's testing infrastructure

2010-02-27 Thread Jakub Uniejewski
Great work! When it comes to hardware, I was kind of convinced that Django have been already using the snakebite network to access various platforms for builds testing (http://djangoninja.com/post/73799680/django-on- snakebite) Isn't their network compatible? (more about SnakeBite: http://www.sn

Re: Django's testing infrastructure

2010-02-26 Thread Cramet Matthieu
I don't know i had your message right Chris but i think the purpose is to keep those machines running for a __long__ time. BUT having VMs ready would allow anyone to offer a new machine/slice in the case that someone finally decide to end his participation. About VMs formats, I am not an expert bu

Re: Django's testing infrastructure

2010-02-26 Thread Chris Hasenpflug
On Feb 26, 10:43 am, Jacob Kaplan-Moss wrote: > If you (or anyone else) would be willing to develop some VMs -- > VMWare, VirtualBox, or EC2 images would probably be best -- I have > space/bandwidth to host 'em for download. I think it's a fantastic > idea. Especially EC2 instances, actually: if s

Re: Django's testing infrastructure

2010-02-26 Thread Stephen Wolff
btw - Simon and I work together - so the identical specs were actually one machine... anyhow, we're really pleased to be involved, and to see how this all goes. We've been toying with CI for a while - including trying out the Trac Bitten plugin (http://bitten.edgewall.org/) - which could be ano

Re: Django's testing infrastructure

2010-02-26 Thread Eric Holscher
Awesome response! Thanks for the offering of support everyone. Luckily, with hudson, it's pretty simple to get this all set up. We basically just need to figure out what the infrastructure looks like. I don't know if it's going to make more sense to try and set up dedicated Database servers, or t

Re: Django's testing infrastructure

2010-02-26 Thread Mikhail Korobov
That's great news, thanks! A very minor issue: web server returns 'Content-Type:text/ html;charset=ISO-8859-1' header for this page: http://hudson.djangoproject.com/monitor/? but the actual page encoding is utf-8 so there are strange symbols instead of translated strings. -- You received this m

Re: Django's testing infrastructure

2010-02-26 Thread Christopher Petrilli
I can toss in a Core i7 w/12GB for testing as well, if someone can give me the VMs in either VirtualBox or Linux KVM format. I think this is a brilliant idea, and would even be willing to contribute some money to cover EC2/etc, if that's what it takes. Chris On Fri, Feb 26, 2010 at 11:49 AM, Stev

Re: Django's testing infrastructure

2010-02-26 Thread Steven Elliott Jr
I have about 4 apple Xserves with quad cores and 16 GBs or RAM sitting in my server room at work. I will see if I can use them for this purpose. I don't think it will be a problem since I'm the CIO and am pretty much left alone to do what i want with our hardware. I'll post back next week a

Re: Django's testing infrastructure

2010-02-26 Thread Jacob Kaplan-Moss
On Fri, Feb 26, 2010 at 10:32 AM, Cramet Matthieu wrote: > Wouldn't it be interesting to build some Virtual Machines that people could > grab and deploy directly in the cloud ? It might interest people willing to > contribute hardware but not having much time to dedicate at maintaining it. > I per

Re: Django's testing infrastructure

2010-02-26 Thread Cramet Matthieu
Wouldn't it be interesting to build some Virtual Machines that people could grab and deploy directly in the cloud ? It might interest people willing to contribute hardware but not having much time to dedicate at maintaining it. I personnaly have a spare Desktop with a Quad Core and 4G of RAM that

Re: Django's testing infrastructure

2010-02-26 Thread simonjwoolf
Hi, We would be happy to contribute space on one of our staging dedicated servers. Our stack is: CentOS 5 MySQL 5.0 (using InnoDB as standard, but you are welcome to have a MyISAM database as well) Python 2.6 Lighttpd 1.4.23 Let me know if this is useful, and perhaps contact me privately to disc

Re: Django's testing infrastructure

2010-02-26 Thread Jirka Vejrazka
Hi Eric, great activity, thanks! During the EuroDjango spring in Prague, I set up a Ubuntu + Oracle 10g test machine (buildbot) under Jacob's supervision. Shortly after, Jacob has set up a mailing list for buildbots. However, there were no followups from either side and my test machine slowly

Re: Django's testing infrastructure

2010-02-26 Thread Stephen Wolff
We'd like to offer a CentOS 5 machine with Python 2.6 / MySQL 5.0 (InnoDB and MyISAM) for testing (with Lighttpd 1.4.23 - if that is used in any tests). We'll try and set it up over the next week. Stephen On 26/02/2010 06:56, Russell Keith-Magee wrote: On Fri, Feb 26, 2010 at 11:54 AM, Eric H

Re: Django's testing infrastructure

2010-02-25 Thread Russell Keith-Magee
On Fri, Feb 26, 2010 at 11:54 AM, Eric Holscher wrote: > Hey everyone, > > During the sprints, I worked to set up a hudson instance for Django. This is > hopefully going to be the way that we are going to go forward for now with > doing continuous integration for Django. I have a pretty good setup

Re: Django's testing infrastructure

2010-02-25 Thread Tobias McNulty
I think this is a great move and will be an awesome resource for the community. I'm working on getting some CPU time at the OSU OSL and/or from Caktus to contribute to the effort. Cheers, Tobias On Thu, Feb 25, 2010 at 11:08 PM, Sean O'Connor wrote: > A platform we probably should get into the

Re: Django's testing infrastructure

2010-02-25 Thread Sean O'Connor
A platform we probably should get into the mix is a CentOS/RHEL 5 box. I suspect a significant portion of the community is stuck on such boxes and given the ancient versions of everything available under RHEL I'm sure that there are things which will break there and not in a developer's standard e

Django's testing infrastructure

2010-02-25 Thread Eric Holscher
Hey everyone, During the sprints, I worked to set up a hudson instance for Django. This is hopefully going to be the way that we are going to go forward for now with doing continuous integration for Django. I have a pretty good setup going currently, and want make it really fantastic. At this poin