Author: thomas.diesler(a)jboss.com
Date: 2008-02-15 06:22:42 -0500 (Fri, 15 Feb 2008)
New Revision: 5695
Modified:
framework/trunk/hudson/hudson-home/config.xml
Log:
Define TCK Native Tests
Modified: framework/trunk/hudson/hudson-home/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/config.xml 2008-02-15 11:19:56 UTC (rev 5694)
+++ framework/trunk/hudson/hudson-home/config.xml 2008-02-15 11:22:42 UTC (rev 5695)
@@ -3,7 +3,7 @@
<numExecutors>1</numExecutors>
<useSecurity>true</useSecurity>
<systemMessage>
-<![CDATA[
+ <![CDATA[
<h2>JBossWS-(a)version.id@ QA Environment</h2>
<table>
@@ -22,7 +22,7 @@
<tr><th
align=left>@hudson.jboss501.build@</th><td>-r(a)hudson.jboss501.rev@
@hudson.jboss501.url@</td></tr>
<tr><td colspan=2></td></tr>
</table>
-]]>
+]]>
</systemMessage>
<jdks/>
<slaves/>
@@ -43,12 +43,12 @@
</jobNames>
<name>AS Tests</name>
<description>
-<![CDATA[
+ <![CDATA[
Run the JBossAS webservice testsuite.
<p/>
Make sure you have sucessfuly build the <a
href="/hudson/view/Target%20Container">Target Container</a>
-]]>
- </description>
+]]>
+ </description>
</view>
<!-- Native Tests -->
@@ -79,34 +79,14 @@
</jobNames>
<name>Native Tests</name>
<description>
-<![CDATA[
+ <![CDATA[
Run the JBossWS testsuite.
<p/>
Make sure you have sucessfuly build the <a
href="/hudson/view/Target%20Container">Target Container</a>
-]]>
+]]>
</description>
</view>
- <!-- Native TCK Tests -->
- <view>
- <owner reference="../../.."/>
- <jobNames class="tree-set">
- <no-comparator/>
- <string>Native-Tck14-Jaxr-AS-4.2.3</string>
- <string>Native-Tck14-Jaxrpc-AS-4.2.3</string>
- <string>Native-Tck14-Saaj-AS-4.2.3</string>
- <string>Native-Tck14-Webservices-AS-4.2.3</string>
- </jobNames>
- <name>Native TCK Tests</name>
- <description>
-<![CDATA[
- Run the WebService TCK.
- <p/>
- Make sure you have sucessfuly build the <a
href="/hudson/view/Target%20Container">Target Container</a> and <a
href="/hudson/job/TCK-1.4">TCK-1.4</a>
-]]>
- </description>
- </view>
-
<!-- Metro Tests-->
<view>
<owner reference="../../.."/>
@@ -128,11 +108,11 @@
</jobNames>
<name>Metro Tests</name>
<description>
-<![CDATA[
+ <![CDATA[
Run the Metro testsuite.
<p/>
Make sure you have sucessfuly build the <a
href="/hudson/view/Target%20Container">Target Container</a>
-]]>
+]]>
</description>
</view>
@@ -153,11 +133,11 @@
</jobNames>
<name>CXF Tests</name>
<description>
-<![CDATA[
+ <![CDATA[
Run the CXF testsuite.
<p/>
Make sure you have sucessfuly build the <a
href="/hudson/view/Target%20Container">Target Container</a>
-]]>
+]]>
</description>
</view>
@@ -171,7 +151,7 @@
</jobNames>
<name>Release QA</name>
<description>
-<![CDATA[
+ <![CDATA[
A collection of jobs that cover the JBossWS release matrix.
<p/>
<table border=1>
@@ -183,10 +163,30 @@
<tr align=center><th align=left>AS-5.0.0</th> <td>ok</td>
<td>ok</td> <td>ok</td> <td>ok</td>
<td>ok</td> <td>ok</td> <td>ok</td></tr>
<tr align=center><th align=left>AS-5.0.1</th> <td>ok</td>
<td>ok</td> <td>ok</td> <td>ok</td>
<td>ok</td> <td>ok</td> <td>ok</td></tr>
</table>
-]]>
- </description>
+]]>
+ </description>
</view>
+ <!-- TCK Native Tests -->
+ <view>
+ <owner reference="../../.."/>
+ <jobNames class="tree-set">
+ <no-comparator/>
+ <string>Native-Tck14-Jaxr-AS-4.2.3</string>
+ <string>Native-Tck14-Jaxrpc-AS-4.2.3</string>
+ <string>Native-Tck14-Saaj-AS-4.2.3</string>
+ <string>Native-Tck14-Webservices-AS-4.2.3</string>
+ </jobNames>
+ <name>TCK Native Tests</name>
+ <description>
+ <![CDATA[
+ Run the WebService TCK.
+ <p/>
+ Make sure you have sucessfuly build the <a
href="/hudson/view/Target%20Container">Target Container</a> and <a
href="/hudson/job/TCK-1.4">TCK-1.4</a>
+]]>
+ </description>
+ </view>
+
<!-- Target Container -->
<view>
<owner reference="../../.."/>
@@ -199,12 +199,11 @@
<string>AS-5.0.1</string>
</jobNames>
<name>Target Container</name>
- <description>
-<![CDATA[
+ <description> <![CDATA[
Build the supported target container. A successful build is a prerequisite for any
testrun that targets the container.
-]]>
+]]>
</description>
</view>
</views>
-</hudson>
+</hudson>
\ No newline at end of file
Show replies by date