[Jboss-cvs] JBossAS SVN: r56448 - trunk/tools/etc/cruisecontrol/templates

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 30 12:36:52 EDT 2006


Author: rrajesh
Date: 2006-08-30 12:36:51 -0400 (Wed, 30 Aug 2006)
New Revision: 56448

Modified:
   trunk/tools/etc/cruisecontrol/templates/projects-matrix.xml
Log:
Moved cache testsuite to build02

Modified: trunk/tools/etc/cruisecontrol/templates/projects-matrix.xml
===================================================================
--- trunk/tools/etc/cruisecontrol/templates/projects-matrix.xml	2006-08-30 16:28:59 UTC (rev 56447)
+++ trunk/tools/etc/cruisecontrol/templates/projects-matrix.xml	2006-08-30 16:36:51 UTC (rev 56448)
@@ -291,4 +291,36 @@
            testResults="checkout/jboss-remoting-testsuite-1.6/output/tests/results/TESTS-TestSuites.xml"
            jbossdir="jboss-remoting-testsuite-1.6">
   </project>    
+  
+  <project template="jbosslabstemplate.vm"
+           name="jboss-4.0-testsuite-sun-1.4"
+           buildafterfailed="true"
+           modificationset="jboss-4.0-testsuite-sun-1.4"
+	   requiremodification="true"           
+           scheduleinterval="3600"
+           buildfile="build-jboss-common.xml"
+           target="test copyresults"
+           timeout="18000"
+           logbuilddirectory="jboss-4.0-testsuite-sun-1.4"
+           testResults="checkout/jboss-4.0-testsuite-sun-1.4/testsuite/output/reports/TESTS-TestSuites.xml"
+	   svnurl="http://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_0"
+           jbossdir="jboss-4.0-testsuite-sun-1.4">
+  </project>  
+  
+  <project template="projecttemplate.vm"
+           name="jboss-cache-testsuite"
+           modificationset="jboss-cache-testsuite"
+           requiremodification="false"
+           time="2200"
+           buildfile="build-JBossCache.xml"
+           target="copyresults"
+           timeout="14400"
+           logbuilddirectory="jboss-cache-testsuite"
+           testResults="checkout/jboss-cache-testsuite/output/reports/html/TESTS-TestSuites.xml"
+           cvsbranch="HEAD"
+           emailFailureTo="jboss-development at lists.jboss.org"
+           emailAlwaysTo="dev-jbosscache at jboss.com,qa at jboss.com"
+           jbossdir="jboss-cache-testsuite"
+           skipusers="true">
+  </project>  
 </projects>




More information about the jboss-cvs-commits mailing list