Fw: distributed cruise: parallel builds
Dan Rollo <[email protected]> Thu, 26 Jan 2012 23:29:01 -0500
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Vin,
I may not understand your use case, so please say more if I'm missing
the point.
1. If you want to ensure a given set of builds all run on the same
agent, you could rearrange the <composite> and <distributed> tags:
<distributed>
<composite>
<ant 1>
<ant 2>
</componsite>
</distributed>
More info here:
2. If you want to run multiple builds concurrently, you can use the
system->configuration->threads tag to enable concurrent builds.
See: http://cruisecontrol.sourceforge.net/main/configxml.html#threads
Using the <threads> features, you will also need to create multiple
<project> tags in your config.xml. Then multiple projects can execute
concurrently.
3. However, inside a single project, only one <builder> will ever be
executing at a time. Even if multiple <builders> are configured via
<composite>.
Was any of these what you need? If not, please ask again, and maybe say
more about your use case so I can understand the 'why' behind the question.
Regards,
Dan
Message: 1
Date: Wed, 25 Jan 2012 16:55:47 -0800 (PST)
From: Vindhya S <[email protected]>
Subject: [Cruisecontrol-user] Fw: distributed cruise: parallel builds
To: "[email protected]"
<[email protected]>
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
I am able to run the builds on different agents using distributed cruise
control.
<composit>
? <distributed>
???? <ant>....
?? <distributed>
???? <ant>....
</composit>
But these builds are starting one after the other. agent2 statring build
after completing the build on?agent1.
I have requirment to run the builds?on different agents?in
parallel(start at the same time).
Please let me know how to do that using distributed cruise control.
Thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 2
Date: Wed, 25 Jan 2012 16:59:51 -0800 (PST)
From: Vindhya S <[email protected]>
Subject: [Cruisecontrol-user] how to start the builds at the same time
on different agents..
To: "[email protected]"
<[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
I was?working on cruise control distributed concept to start the builds
on different agents at the same time.
please let me know how can I start builds on different agents at the
same time.
Thanks,
vin
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2