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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 4 17:51:52 EDT 2006


Author: rrajesh
Date: 2006-08-04 17:51:52 -0400 (Fri, 04 Aug 2006)
New Revision: 55269

Modified:
   trunk/tools/etc/cruisecontrol/templates/projects.xml
Log:
Added jboss 4.0 and head testsuites with sun & jrockit jdk's

Modified: trunk/tools/etc/cruisecontrol/templates/projects.xml
===================================================================
--- trunk/tools/etc/cruisecontrol/templates/projects.xml	2006-08-04 21:48:01 UTC (rev 55268)
+++ trunk/tools/etc/cruisecontrol/templates/projects.xml	2006-08-04 21:51:52 UTC (rev 55269)
@@ -102,6 +102,21 @@
   </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"           
+           time="2200"
+           buildfile="build-jboss-common.xml"
+           target="test copyresults"
+           timeout="14400"
+           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="jbosslabstemplate.vm"
            name="jboss-4.0-testsuite-1.5"
            buildafterfailed="true"
            modificationset="jboss-4.0-testsuite-1.5"
@@ -117,6 +132,21 @@
   </project>
   
   <project template="jbosslabstemplate.vm"
+           name="jboss-4.0-testsuite-sun-1.5"
+           buildafterfailed="true"
+           modificationset="jboss-4.0-testsuite-sun-1.5"
+	   requiremodification="true"           
+           time="2200"
+           buildfile="build-jboss-common.xml"
+           target="test copyresults"
+           timeout="14400"
+           logbuilddirectory="jboss-4.0-testsuite-sun-1.5"
+           testResults="checkout/jboss-4.0-testsuite-sun-1.5/testsuite/output/reports/TESTS-TestSuites.xml"
+	   svnurl="http://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_0"           
+           jbossdir="jboss-4.0-testsuite-sun-1.5">
+  </project>
+  
+  <project template="jbosslabstemplate.vm"
            name="jboss-4.0-testsuite-1.6"
            buildafterfailed="true"
            modificationset="jboss-4.0-testsuite-1.6"
@@ -164,6 +194,21 @@
   </project>
   
   <project template="jbosslabstemplate.vm"
+           name="jboss-head-testsuite-sun-1.5"
+           buildafterfailed="true"
+           modificationset="jboss-head-testsuite-sun-1.5"
+           requiremodification="false"
+           time="2200"
+           buildfile="build-jboss-common.xml"
+           target="test copyresults"
+           timeout="14400"
+           logbuilddirectory="jboss-head-testsuite-sun-1.5"
+           testResults="checkout/jboss-head-testsuite-sun-1.5/testsuite/output/reports/TESTS-TestSuites.xml"
+	   svnurl="http://anonsvn.jboss.org/repos/jbossas/trunk"
+           jbossdir="jboss-head-testsuite-sun-1.5">
+  </project>  
+  
+  <project template="jbosslabstemplate.vm"
            name="jboss-head-testsuite-1.6"
            buildafterfailed="true"
            modificationset="jboss-head-testsuite-1.6"




More information about the jboss-cvs-commits mailing list