Re: Multiple projects within a confilg.xml file
Chuck Burgess <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 7, 2010 at 9:41 AM, Steven Zedeck <[email protected]> wrote: > > Hi, > I've created a config.xml file which contains multiple projects. Each > project's description is contained within <project> ... </project> pairs > > When I go to the CC dashboard, I am unable to manually start more than one > build at a time. As one is building it shows the spinning wheel, while its > running. But the others show that they are queued. How can I make them all > start/run simultaneously? > > Thanks in advance, > Steve > Running builds simultaneously requires CC to run multiple build "threads". In your *config.xml*, you need this: <system> <configuration> <threads count="2"/> </configuration> </system> Set that *count* attribute to how ever many simultaneous builds you want to allow. Be careful though... you'll monopolize your CPU pretty quickly by doing this. I'd suggest starting with "2" and see how it affects the build server, and slowly increment that number until you're satisfied with the level of build concurrence or you're frying eggs on the CPU's heat sink ;-) -- CRB ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user