[jbossws-commits] JBossWS SVN: r4654 - in framework/trunk/hudson/hudson-home: jobs and 2 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Oct 1 06:24:30 EDT 2007


Author: richard.opalka at jboss.com
Date: 2007-10-01 06:24:30 -0400 (Mon, 01 Oct 2007)
New Revision: 4654

Added:
   framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0-No-EJB3/
   framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0-No-EJB3/config.xml
Modified:
   framework/trunk/hudson/hudson-home/config.xml
   framework/trunk/hudson/hudson-home/jobs/Core-Tests-ALL/config.xml
Log:
[JBWS-1796] hudson job created to test this issue

Modified: framework/trunk/hudson/hudson-home/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/config.xml	2007-09-29 11:07:26 UTC (rev 4653)
+++ framework/trunk/hudson/hudson-home/config.xml	2007-10-01 10:24:30 UTC (rev 4654)
@@ -54,6 +54,7 @@
         <string>Core-Tests-AS-4.2</string>
         <string>Core-Tests-AS-4.2-JDK6</string>
         <string>Core-Tests-AS-4.0</string>
+        <string>Core-Tests-AS-4.0-No-EJB3</string>
       </jobNames>
       <name>Core Tests</name>
       <description>

Modified: framework/trunk/hudson/hudson-home/jobs/Core-Tests-ALL/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-ALL/config.xml	2007-09-29 11:07:26 UTC (rev 4653)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-ALL/config.xml	2007-10-01 10:24:30 UTC (rev 4654)
@@ -3,7 +3,7 @@
   <builders class="vector"/>
   <publishers class="vector">
     <hudson.tasks.BuildTrigger>
-      <childProjects>Core-Tests-AS-5.0, Core-Tests-AS-4.2, Core-Tests-AS-4.2-JDK6, Core-Tests-AS-4.0</childProjects>
+      <childProjects>Core-Tests-AS-5.0, Core-Tests-AS-4.2, Core-Tests-AS-4.2-JDK6, Core-Tests-AS-4.0, Core-Tests-AS-4.0-No-EJB3</childProjects>
     </hudson.tasks.BuildTrigger>
   </publishers>
   <buildWrappers class="vector"/>
@@ -20,4 +20,4 @@
   <properties/>
   <description>Run all JBossWS core tests</description>
   <actions class="vector"/>
-</project>
\ No newline at end of file
+</project>

Added: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0-No-EJB3/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0-No-EJB3/config.xml	                        (rev 0)
+++ framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0-No-EJB3/config.xml	2007-10-01 10:24:30 UTC (rev 4654)
@@ -0,0 +1,106 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+  <builders class="vector">
+    <hudson.tasks.Shell>
+      <command>
+#
+# Module settings
+#
+MODULE=JBWS-CoreTests-AS-4.0-No-EJB3
+
+WORKSPACE=`pwd`
+FRAMEWORKDIR=$WORKSPACE/framework
+STACKNATIVE=$WORKSPACE/stack-native
+STACKMETRO=$WORKSPACE/stack-metro
+STACKCXF=$WORKSPACE/stack-cxf
+JBOSS_BINDADDR=@jboss.bind.address@
+JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.0/workspace/JBossAS-4.0/build/output/@hudson.jboss40.build@
+ENVIRONMENT=&quot;-Djboss.bind.address=@jboss.bind.address@ -Djbossws.integration.target=jboss40.no.ejb3 -Djboss40.home=$JBOSS_INSTANCE&quot;
+
+#
+# stop jbossas
+#
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+        
+#
+# build and deploy 
+#
+cd $STACKNATIVE
+cp ant.properties.example ant.properties
+./build.sh $ENVIRONMENT -Dforce.thirdparty.get=true clean deploy-jboss40-no-ejb3
+
+#
+# start jbossas
+#
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE start $JBOSS_BINDADDR
+
+# Was it successfully started?
+$FRAMEWORKDIR/hudson/jboss/bin/http-spider.sh $JBOSS_BINDADDR:8080 $WORKSPACE
+if [ -e $WORKSPACE/spider.failed ]; then
+  tail -n 100 $JBOSS_INSTANCE/server/@jboss.server.instance@/log/server.log
+	$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop $JBOSS_BINDADDR
+	exit 1
+fi
+       			
+#
+# execute tests
+#
+./build.sh $ENVIRONMENT tests-clean tests 2>&amp;1 | tee $WORKSPACE/tests.out
+cat $WORKSPACE/tests.out | egrep FIXME\|FAILED | sort -u
+
+#
+# stop jbossas
+#
+$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
+</command>
+    </hudson.tasks.Shell>
+  </builders>
+  <publishers class="vector">
+    <hudson.tasks.junit.JUnitResultArchiver>
+      <testResults>stack-native/output/tests/reports/*.xml</testResults>
+    </hudson.tasks.junit.JUnitResultArchiver>
+    <hudson.tasks.Mailer>
+      <recipients>@hudson.mail.recipients@</recipients>
+      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+      <sendToIndividuals>true</sendToIndividuals>
+    </hudson.tasks.Mailer>
+  </publishers>
+  <buildWrappers class="vector"/>
+  <scm class="hudson.scm.SubversionSCM">
+    <locations>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@hudson.framework.url@</remote>
+        <local>framework</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@hudson.native.url@</remote>
+        <local>stack-native</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@hudson.metro.url@</remote>
+        <local>stack-metro</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+      <hudson.scm.SubversionSCM-ModuleLocation>
+        <remote>@hudson.cxf.url@</remote>
+        <local>stack-cxf</local>
+      </hudson.scm.SubversionSCM-ModuleLocation>
+    </locations>
+    <useUpdate>true</useUpdate>
+    <browser class="hudson.scm.browsers.FishEyeSVN">
+      <url>http://fisheye.jboss.com/browse/JBossWS/</url>
+      <rootModule></rootModule>
+    </browser>
+  </scm>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <enableRemoteTrigger>false</enableRemoteTrigger>
+  <triggers class="vector"/>
+  <logRotator>
+    <daysToKeep>-1</daysToKeep>
+    <numToKeep>20</numToKeep>
+  </logRotator>
+  <keepDependencies>false</keepDependencies>
+  <properties/>
+  <description>Build and test jbossws- at version.id@ against AS-4.0 without EJB3 support</description>
+  <actions class="vector"/>
+</project>
\ No newline at end of file


Property changes on: framework/trunk/hudson/hudson-home/jobs/Core-Tests-AS-4.0-No-EJB3/config.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jbossws-commits mailing list