Cruisecontrol queue starvation issue.
rajender reddy narahari <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I am getting issue some times that the builds are not taking place, though I mentioned the pause on only sunday and having the modification set too. build4-houtly is the code snippet and template for all.
here we need a build on nigtly and I mentioned the same for all. thougj there are checkins if I see next day still all the builds are with status is in queue. I am able to trigger the builds manually if this happens but we need builds at stipulated time what ever I mentioned.
so is there is any solution for the same. plz pass in case any solution, that will be great and appriciated. thanks in advance.
*** this is happening very occationally, but not frequently ...
<project name="build0-hourly"/>
<project name="build1-hourly"/>
<project name="build2-hourly"/>
<project name="build3-hourly"/>
<project name="build4-hourly">
<listeners>
<currentbuildstatuslistener file="logs/build4-hourly/status.txt"/>
</listeners>
<bootstrappers>
<svnbootstrapper localWorkingCopy="projects/build4-hourly"/>
</bootstrappers>
<modificationset quietperiod="60">
<svn repositoryLocation="" ......./>
</modificationset>
<schedule>
<pause day="Sunday"/>
<ant buildfile="" ...... time="2000" timeout="3000"/>
</schedule>
<log>
<merge dir="projects/build4-hourly/build/reports" pattern="*.xml"/>
<delete every="2" unit="WEEK" ignoreSuffix="true"/>
</log>
<publishers>
<email mailhost="" ....
</email>
<onsuccess>
<antpublisher buildfile="build.xml" target="tag" antscript="/usr/bea/weblogic92/server/bin/ant" antWorkingDir="/var/cruisecontrol/autocruise">
<property name="svn-name" value="build4-hourly"/>
</antpublisher>
</onsuccess>
</publishers>
</project>
thanks.
Rajen
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user