Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 10308 invoked from network); 22 Nov 2005 10:44:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Nov 2005 10:44:45 -0000 Received: (qmail 85071 invoked by uid 500); 22 Nov 2005 10:44:40 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 85028 invoked by uid 500); 22 Nov 2005 10:44:40 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 85017 invoked by uid 99); 22 Nov 2005 10:44:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2005 02:44:39 -0800 Received-SPF: pass (asf.osuosl.org: domain of david.blevins@visi.com designates 208.42.156.2 as permitted sender) Received: from [208.42.156.2] (HELO conn.mc.mpls.visi.com) (208.42.156.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2005 02:46:11 -0800 Received: from [10.0.1.3] (71-34-37-6.mpls.qwest.net [71.34.37.6]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by conn.mc.mpls.visi.com (Postfix) with ESMTP id BB886813D for ; Tue, 22 Nov 2005 04:44:17 -0600 (CST) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: dev@geronimo.apache.org From: David Blevins Subject: gbuild: dream to reality Date: Tue, 22 Nov 2005 02:44:16 -0800 X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Oct 26, 2005, at 2:01 AM, David Blevins wrote: > When I close my eyes and think big, I see a large federation > consisting of smaller groups of machines from individuals and > companies sharing some common building/testing infrastructure, open > to and co-maintained by members of the community projects, building > all our code all the time and testing it on every variety of OS, VM > and Database imaginable.... I'm happy to say...I so nailed this. We've got it, it works, it rocks. It's running right now! For those who haven't been following the gbuild commit logs over the last two weeks, I've taken Continuum, ActiveMQ, and a whole lot of long nights and days and created a system that can push continuum builds onto a jms queue (activemq) where they are picked up by GBuild Agents (slimmed and extended version of continuum) running in the gbuild network. The results are then pushed onto a topic where they are aggregated by another agent in the gbuild network. Putting more work on the queue is as easy as dropping a properties file in a directory. At the moment, have the following machines chugging away on a mix of tck and other work: - stan.gbuild.org - kyle.gbuild.org - kenny.gbuild.org - cartman.build.org Going to get the Chariot Solutions boxes chef.gbuild.org, timmy.gbuild.org, and jimmy.gbuild.org running tomorrow. A really cool aspect of this is that we can throw more machines at it in the middle of a run. It's just jms queue/consumer underneath so new consumers can be added at anytime! The whole thing is also really extendible and not specific to tck testing, so we could work in performance testing and whip up results agents to analyze the performance data. Sky is the limit! Off to get some sleep finally... Will send more technical information tomorrow. Just wanted to give everyone the good news. Thanks again to everyone (Simula, Mergere, Chariot, Dain) for donating hosting, boxes, and manpower to get GBuild going. Can't wait to get the AMD boxes in the mix too. I'm really excited about all this and can't imagine it going any better. -David