Re: Cruise control threads
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <1859069187-1300886827-cardhu_decombobulator_blackberry.rim.net-835612074-@bda448.bisx.prod.on.blackberry> |
I didn't set it up, so will try my best to answer these.
Version: 2.7.2
I haven't enabled debug, as I'm not familiar with it. I'll look into it.
We are building on a time based schedule or forced only. So the quietperiod isn't really important. We may have 6 builds scheduled to kick off at 3PM, and currently they queue. We want them to all run at once. The machine they're on should handle it fine. Here's the setup of each project config we include:
<cruisecontrol>
<project name="..." requireModification="false"/>
<schedule>
<ant time="1500" day="insertday" target=".." propertyfile="...properties"/>
#more ant times and targets on other days
</schedule>
</project>
</cruisecontrol>
In the main config, I posted the only modificationset. There's one listener which is a currentbuildstatuslistener. No bootstrapper.
Sent from my Verizon Wireless BlackBerry
-----Original Message-----
From: John Patrick <[email protected]>
Date: Wed, 23 Mar 2011 13:07:33
To: cruisecontrol-user<[email protected]>
Reply-To: [email protected]
Subject: Re: [Cruisecontrol-user] Cruise control threads
Which version of cruisecontrol are you using?
For each project what do you have configured in the way of:
listeners
bootstrappers
modificationset
schedule
Have you enabled debug to see is that shows what is happening?
What are you trying to achieve, time based build schedules or
something triggered from a source control checkin?
I've got cruisecontrol currently setup with a thread pool of 10,
monitoring 75 projects all being triggered by source control commits
that also then produce cascading builds locking some projects from
parallel builds.
For performance you might also want to increase the quietperiod from 5
seconds to 60 default or even higher say 120, 300, 600. Otherwise
cruisecontrol will be using all the cpu just to detect if it should
run yet. A previous manager decided to change ours to 1 second as he
wanted rapid building of projects and instant response to source
control commits then complained that cruisecontrol was slow and using
all the cpu and builds time increased.
John
------------------------------------------------------------------------------
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
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
------------------------------------------------------------------------------
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