Author: thomas.diesler(a)jboss.com
Date: 2007-05-22 04:56:41 -0400 (Tue, 22 May 2007)
New Revision: 3182
Modified:
trunk/build/hudson/hudson-home/config.xml
Log:
Hudson setup
Modified: trunk/build/hudson/hudson-home/config.xml
===================================================================
--- trunk/build/hudson/hudson-home/config.xml 2007-05-22 08:50:29 UTC (rev 3181)
+++ trunk/build/hudson/hudson-home/config.xml 2007-05-22 08:56:41 UTC (rev 3182)
@@ -25,15 +25,15 @@
<quietPeriod>5</quietPeriod>
<views>
- <!-- JBossAS Testsuite -->
+ <!-- AS Tests -->
<view>
<owner reference="../../.."/>
<jobNames class="tree-set">
<no-comparator/>
- <string>JBAS-Tests-AS-4.2</string>
- <string>JBAS-Tests-AS-5.0</string>
+ <string>AS-Tests-AS-4.2</string>
+ <string>AS-Tests-AS-5.0</string>
</jobNames>
- <name>JBossAS Testsuite</name>
+ <name>AS Tests</name>
<description>
<![CDATA[
Run the JBossAS webservice testsuite.
@@ -43,76 +43,44 @@
</description>
</view>
- <!-- Native Integration -->
+ <!-- Core Tests -->
<view>
<owner reference="../../.."/>
<jobNames class="tree-set">
<no-comparator/>
- <string>JBWS-Native-Integration-AS-5.0</string>
- <string>JBWS-Native-Integration-AS-4.2</string>
+ <string>Core-Tests-AS-4.2</string>
+ <string>Core-Tests-AS-5.0</string>
</jobNames>
- <name>Native Integration</name>
+ <name>Core Tests</name>
<description>
<![CDATA[
- Run the integration testsuite against JBossWS/Native.
+ Run the JBossWS testsuite.
<p/>
Make sure you have sucessfuly build the <a
href="/hudson/view/Target%20Container">Target Container</a>
]]>
</description>
</view>
- <!-- SunRI Integration -->
+ <!-- Integration Tests-->
<view>
<owner reference="../../.."/>
<jobNames class="tree-set">
<no-comparator/>
- <string>JBWS-SunRI-Integration-AS-5.0</string>
+ <string>Integration-Native-AS-5.0</string>
+ <string>Integration-Native-AS-4.2</string>
+ <string>Integration-SunRI-AS-5.0</string>
+ <string>Integration-XFire-AS-5.0</string>
</jobNames>
- <name>SunRI Integration</name>
+ <name>Integration Tests</name>
<description>
<![CDATA[
- Run the integration testsuite against JBossWS/SunRI.
+ Run the integration testsuite.
<p/>
Make sure you have sucessfuly build the <a
href="/hudson/view/Target%20Container">Target Container</a>
]]>
</description>
</view>
- <!-- XFire Integration -->
- <view>
- <owner reference="../../.."/>
- <jobNames class="tree-set">
- <no-comparator/>
- <string>JBWS-XFire-Integration-AS-5.0</string>
- </jobNames>
- <name>XFire Integration</name>
- <description>
-<![CDATA[
- Run the integration testsuite against JBossWS/XFire.
- <p/>
- Make sure you have sucessfuly build the <a
href="/hudson/view/Target%20Container">Target Container</a>
-]]>
- </description>
- </view>
-
- <!-- Core Testsuite -->
- <view>
- <owner reference="../../.."/>
- <jobNames class="tree-set">
- <no-comparator/>
- <string>JBWS-Core-Tests-AS-4.2</string>
- <string>JBWS-Core-Tests-AS-5.0</string>
- </jobNames>
- <name>Core Testsuite</name>
- <description>
-<![CDATA[
- Run the JBossWS testsuite.
- <p/>
- Make sure you have sucessfuly build the <a
href="/hudson/view/Target%20Container">Target Container</a>
-]]>
- </description>
- </view>
-
<!-- Release QA -->
<view>
<owner reference="../../.."/>
Show replies by date