Cruise control threads
Contemptor <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
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?
------------------------------------------------------------------------------
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