[jboss-cvs] JBossAS SVN: r57867 - trunk/tools/etc/cruisecontrol/templates

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 26 18:23:21 EDT 2006


Author: rrajesh
Date: 2006-10-26 18:23:19 -0400 (Thu, 26 Oct 2006)
New Revision: 57867

Modified:
   trunk/tools/etc/cruisecontrol/templates/projects-db.xml
Log:
Disabled hibernate db builds

Modified: trunk/tools/etc/cruisecontrol/templates/projects-db.xml
===================================================================
--- trunk/tools/etc/cruisecontrol/templates/projects-db.xml	2006-10-26 21:09:55 UTC (rev 57866)
+++ trunk/tools/etc/cruisecontrol/templates/projects-db.xml	2006-10-26 22:23:19 UTC (rev 57867)
@@ -49,8 +49,10 @@
            timeout="10800"
            skipusers="true"
            logbuilddirectory="hibernate-db-matrix"
-           testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml">
+           testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml"
+           emailAlwaysTo="hibernate-dev at lists.jboss.org,qa-internal at jboss.com">
   </project>
+  <!--
   <project template="jbosslabstemplate.vm"
            name="hibernate-oracle10-testsuite"
            modificationset="hibernate-db-matrix"
@@ -61,7 +63,8 @@
            timeout="10800"
            skipusers="true"
            logbuilddirectory="hibernate-db-matrix"
-           testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml">
+           testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml"
+           emailAlwaysTo="hibernate-dev at lists.jboss.org,qa-internal at jboss.com">
   </project>
   <project template="jbosslabstemplate.vm"
            name="hibernate-mysql-testsuite"
@@ -73,7 +76,8 @@
            timeout="10800"
            skipusers="true"
            logbuilddirectory="hibernate-db-matrix"
-           testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml">
+           testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml"
+           emailAlwaysTo="hibernate-dev at lists.jboss.org,qa-internal at jboss.com">
   </project>
   <project template="jbosslabstemplate.vm"
            name="hibernate-sybase-testsuite"
@@ -85,7 +89,8 @@
            timeout="10800"
            skipusers="true"
            logbuilddirectory="hibernate-db-matrix"
-           testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml">
+           testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml"
+           emailAlwaysTo="hibernate-dev at lists.jboss.org,qa-internal at jboss.com">
   </project>
  
   <project template="jbosslabstemplate.vm"
@@ -98,7 +103,8 @@
            timeout="10800"
            skipusers="true"
            logbuilddirectory="hibernate-db-matrix"
-           testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml">
+           testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml"
+           emailAlwaysTo="hibernate-dev at lists.jboss.org,qa-internal at jboss.com">
   </project>
   
   <project template="jbosslabstemplate.vm"
@@ -111,7 +117,8 @@
            timeout="10800"
            skipusers="true"
            logbuilddirectory="hibernate-db-matrix"
-           testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml">
+           testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml"
+           emailAlwaysTo="hibernate-dev at lists.jboss.org,qa-internal at jboss.com">
   </project>
   
   <project template="jbosslabstemplate.vm"
@@ -126,9 +133,9 @@
            skipusers="true"
            testResults="checkout/hibernate-db-matrix/build/test-reports/TESTS-TestSuites.xml"
            emailFailureTo="rajesh.rajasekaran at jboss.com"
-           emailAlwaysTo="ryan.campbell at jboss.com">
+           emailAlwaysTo="ryan.campbell at jboss.com,qa-internal at jboss.com">
   </project>  
-
+-->
   <project template="projecttemplate.vm"
            name="jbpm-hsqldb-testsuite"
            modificationset="jbpm-db-matrix/jbpm.3"




More information about the jboss-cvs-commits mailing list