[jbossws-commits] JBossWS SVN: r2126 - in branches/jbossws-1.2.0/build/hudson/hudson-home/jobs: JBWS-Local-Sanity-AS-5.0 and 2 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jan 26 03:42:36 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-01-26 03:42:36 -0500 (Fri, 26 Jan 2007)
New Revision: 2126

Added:
   branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-AS-5.0/
   branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-AS-5.0/config.xml
Removed:
   branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-AS-5.0/config.xml
   branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-JAXRPC-AS-5.0/
   branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-JAXWS-AS-5.0/
Modified:
   branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Tests-AS-4.2/config.xml
   branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Tests-AS-5.0/config.xml
Log:
Add  sanity tests-samples

Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-AS-5.0 (from rev 2124, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-JAXWS-AS-5.0)

Deleted: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-AS-5.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-JAXWS-AS-5.0/config.xml	2007-01-26 08:21:45 UTC (rev 2124)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-AS-5.0/config.xml	2007-01-26 08:42:36 UTC (rev 2126)
@@ -1,70 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
-  <builders class="vector">
-    <hudson.tasks.Shell>
-      <command>
-#
-# Module settings
-#
-MODULE=JBWS-Local-Sanity-JAXWS-AS-5.0
-SVNBASENAME=@svn.basename@
-WORKSPACE=`pwd`
-SVNBASEDIR=@svn.basedir.local@
-JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/trunk/build/output/@hudson.jboss50.build@
-ENVIRONMENT=&quot;-Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE&quot;
-
-#
-# stop jbossas
-#
-$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
-        
-#
-# deploy to jboss
-#
-cd $SVNBASEDIR/build
-ant $ENVIRONMENT deploy-jboss50
-
-#
-# start jbossas
-#
-$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE start
-
-#
-# execute tests
-#
-cd $SVNBASEDIR/jbossws-tests
-ant $ENVIRONMENT -Dtest=jaxws/samples test 2>&amp;1 | tee $WORKSPACE/tests.out
-cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
-
-#
-# stop jbossas
-#
-$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
-</command>
-    </hudson.tasks.Shell>
-  </builders>
-  <publishers class="vector">
-    <hudson.tasks.junit.JUnitResultArchiver>
-      <testResults>@svn.basedir.local@/jbossws-tests/output/reports/*.xml</testResults>
-    </hudson.tasks.junit.JUnitResultArchiver>
-    <hudson.tasks.Mailer>
-      <recipients>@hudson.mail.recipients@</recipients>
-      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
-      <sendToIndividuals>false</sendToIndividuals>
-    </hudson.tasks.Mailer>
-  </publishers>
-  <buildWrappers class="vector"/>
-  <scm class="hudson.scm.NullSCM"/>
-  <canRoam>true</canRoam>
-  <disabled>false</disabled>
-  <enableRemoteTrigger>false</enableRemoteTrigger>
-  <triggers class="vector"/>
-  <description>
-    Build and test the local jbossws- at version.id@ against AS-5.0
-    &lt;p/&gt;
-    Local SVN dir: @svn.basedir.local@
-  </description>
-  <keepDependencies>false</keepDependencies>
-  <properties/>
-  <actions class="vector"/>
-</project>
\ No newline at end of file

Copied: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-AS-5.0/config.xml (from rev 2125, branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-JAXWS-AS-5.0/config.xml)
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-AS-5.0/config.xml	                        (rev 0)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Sanity-AS-5.0/config.xml	2007-01-26 08:42:36 UTC (rev 2126)
@@ -0,0 +1,77 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+  <builders class="vector">
+    <hudson.tasks.Shell>
+      <command>
+#
+# Module settings
+#
+MODULE=JBWS-Local-Sanity-AS-5.0
+SVNBASENAME=@svn.basename@
+WORKSPACE=`pwd`
+SVNBASEDIR=@svn.basedir.local@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0/workspace/trunk/build/output/@hudson.jboss50.build@
+ENVIRONMENT=&quot;-Djbossws.integration.target=jboss50 -Djboss50.home=$JBOSS_INSTANCE&quot;
+
+#
+# stop jbossas
+#
+$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
+        
+#
+# deploy to jboss
+#
+cd $SVNBASEDIR/build
+ant $ENVIRONMENT deploy-jboss50
+
+#
+# start jbossas
+#
+$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE start
+
+#
+# execute tests
+#
+cd $SVNBASEDIR/jbossws-tests
+ant $ENVIRONMENT tests-samples 2>&amp;1 | tee $WORKSPACE/tests.out
+cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
+
+#
+# copy the test reports
+#
+rm -rf $WORKSPACE/test-reports
+mkdir $WORKSPACE/test-reports
+cp -r @svn.basedir.local@/jbossws-tests/output/reports/*.xml $WORKSPACE/test-reports
+        
+#
+# stop jbossas
+#
+$SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
+</command>
+    </hudson.tasks.Shell>
+  </builders>
+  <publishers class="vector">
+    <hudson.tasks.junit.JUnitResultArchiver>
+      <testResults>test-reports/*.xml</testResults>
+    </hudson.tasks.junit.JUnitResultArchiver>
+    <hudson.tasks.Mailer>
+      <recipients>@hudson.mail.recipients@</recipients>
+      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+      <sendToIndividuals>false</sendToIndividuals>
+    </hudson.tasks.Mailer>
+  </publishers>
+  <buildWrappers class="vector"/>
+  <scm class="hudson.scm.NullSCM"/>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <enableRemoteTrigger>false</enableRemoteTrigger>
+  <triggers class="vector"/>
+  <description>
+    Build and test the local jbossws- at version.id@ against AS-5.0
+    &lt;p/&gt;
+    Local SVN dir: @svn.basedir.local@
+  </description>
+  <keepDependencies>false</keepDependencies>
+  <properties/>
+  <actions class="vector"/>
+</project>
\ No newline at end of file

Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Tests-AS-4.2/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Tests-AS-4.2/config.xml	2007-01-26 08:26:33 UTC (rev 2125)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Tests-AS-4.2/config.xml	2007-01-26 08:42:36 UTC (rev 2126)
@@ -37,6 +37,13 @@
 cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
 
 #
+# copy the test reports
+#
+rm -rf $WORKSPACE/test-reports
+mkdir $WORKSPACE/test-reports
+cp -r @svn.basedir.local@/jbossws-tests/output/reports/*.xml $WORKSPACE/test-reports
+        
+#
 # stop jbossas
 #
 $SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
@@ -45,7 +52,7 @@
   </builders>
   <publishers class="vector">
     <hudson.tasks.junit.JUnitResultArchiver>
-      <testResults>@svn.basedir.local@/jbossws-tests/output/reports/*.xml</testResults>
+      <testResults>test-reports/*.xml</testResults>
     </hudson.tasks.junit.JUnitResultArchiver>
     <hudson.tasks.Mailer>
       <recipients>@hudson.mail.recipients@</recipients>

Modified: branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Tests-AS-5.0/config.xml
===================================================================
--- branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Tests-AS-5.0/config.xml	2007-01-26 08:26:33 UTC (rev 2125)
+++ branches/jbossws-1.2.0/build/hudson/hudson-home/jobs/JBWS-Local-Tests-AS-5.0/config.xml	2007-01-26 08:42:36 UTC (rev 2126)
@@ -37,6 +37,13 @@
 cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
 
 #
+# copy the test reports
+#
+rm -rf $WORKSPACE/test-reports
+mkdir $WORKSPACE/test-reports
+cp -r @svn.basedir.local@/jbossws-tests/output/reports/*.xml $WORKSPACE/test-reports
+        
+#
 # stop jbossas
 #
 $SVNBASEDIR/build/etc/jboss.sh $JBOSS_INSTANCE stop
@@ -45,7 +52,7 @@
   </builders>
   <publishers class="vector">
     <hudson.tasks.junit.JUnitResultArchiver>
-      <testResults>@svn.basedir.local@/jbossws-tests/output/reports/*.xml</testResults>
+      <testResults>test-reports/*.xml</testResults>
     </hudson.tasks.junit.JUnitResultArchiver>
     <hudson.tasks.Mailer>
       <recipients>@hudson.mail.recipients@</recipients>




More information about the jbossws-commits mailing list