[jbossws-commits] JBossWS SVN: r3058 - trunk/build/hudson/hudson-home.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat May 12 10:51:03 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-05-12 10:51:03 -0400 (Sat, 12 May 2007)
New Revision: 3058

Modified:
   trunk/build/hudson/hudson-home/config.xml
Log:
Add integration views

Modified: trunk/build/hudson/hudson-home/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/config.xml	2007-05-12 14:43:44 UTC (rev 3057)
+++ trunk/build/hudson/hudson-home/config.xml	2007-05-12 14:51:03 UTC (rev 3058)
@@ -47,27 +47,41 @@
   </description>
     </view>
     
-    <!-- JBossWS Local Testsuite 
+    <!-- JBWS Integration -->
     <view>
       <owner reference="../../.."/>
       <jobNames class="tree-set">
         <no-comparator/>
-        <string>JBWS-Local-Sanity-AS-5.0</string>
-        <string>JBWS-Local-Sanity-AS-4.2</string>
-        <string>JBWS-Local-Tests-AS-5.0</string>
-        <string>JBWS-Local-Tests-AS-4.2</string>
+        <string>JBWS-Integration-AS-4.2</string>
+        <string>JBWS-Integration-AS-5.0</string>
       </jobNames>
-      <name>JBossWS Local Testsuite</name>
+      <name>JBossWS Integration Testsuite</name>
       <description>
 <![CDATA[
-  Run the JBossWS testsuite from: @svn.basedir.local@
+  Run the integration testsuite against JBossWS.
   <p/>
   Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
 ]]>        
       </description>
     </view>
-   -->      
     
+    <!-- JBRI Integration -->
+    <view>
+      <owner reference="../../.."/>
+      <jobNames class="tree-set">
+        <no-comparator/>
+        <string>JBRI-Integration-AS-5.0</string>
+      </jobNames>
+      <name>JBossWS/SunRI Integration Testsuite</name>
+      <description>
+<![CDATA[
+  Run the integration testsuite against JBossWS/SunRI.
+  <p/>
+  Make sure you have sucessfuly build the <a href="/hudson/view/Target%20Container">Target Container</a>
+]]>        
+      </description>
+    </view>
+    
     <!-- JBossWS Testsuite -->
     <view>
       <owner reference="../../.."/>




More information about the jbossws-commits mailing list