Re: Cruise control threads
Dan Rollo <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
All you need to enabled multiple threads is the 'threads' tag you added. Keep in mind a given project will only be built by one thread at a time (eg: a project will never simultaneously be built by two different threads at the same time). I'm confused by your example with only 2 projects configured with many more threads. In such a situation, you would still never see any more than two projects building a the same time. Dan Message: 3 Date: Wed, 23 Mar 2011 08:00:35 -0400 From: Contemptor <[email protected]> Subject: [Cruisecontrol-user] Cruise control threads To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" Our cruise control build is set up to do parallel builds, or at least that was the attempt. We have the threads count set to 6, but I tried it with a thread count of like 50 and only including 2 projects. But when we force projects to build, or when multiple ones should kick off at the same time due to the schedules, only one project builds at a time. The rest get queued. I'll post a stripped down example... let me know if you need more info. <cruisecontrol> <system> <configuration> <threads count="6" /> </configuration> </system> #Insert Properties Here# <include.projects file="....project1.xml"/> <include.projects file="....project2.xml"/> <include.projects file="....project3.xml"/> <include.projects file="....project4.xml"/> <include.projects file="....project5.xml"/> <include.projects file="....project6.xml"/> <plugin name="project"> #listener for status, then loging# <modificationset quietperiod="5"> <alwaysbuild /> </modificationset> #publishers for email </plugin> <plugin name="ant" uselogger="true" anthome="..." buildfile="...build.xml"> #then include ant lib </cruisecontrol> If you see a typo or # or ..., that's just me shortening the actual code. Let me know if you need any more info. Any ideas what could be going on? -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar ------------------------------ ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar