You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/12/05 13:10:17 UTC

svn commit: r1042327 - /incubator/river/jtsk/trunk/hudson.xml

Author: sijskes
Date: Sun Dec  5 12:10:17 2010
New Revision: 1042327

URL: http://svn.apache.org/viewvc?rev=1042327&view=rev
Log:
moved hudson specifics to hudson.xml

Modified:
    incubator/river/jtsk/trunk/hudson.xml

Modified: incubator/river/jtsk/trunk/hudson.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/hudson.xml?rev=1042327&r1=1042326&r2=1042327&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/hudson.xml (original)
+++ incubator/river/jtsk/trunk/hudson.xml Sun Dec  5 12:10:17 2010
@@ -18,6 +18,17 @@
  !-->
 <project name="hudson" basedir="." >
 
+    <target name="run-qa" description="execute QA test" >
+        <property name="harness-runtime-src" value="https://hudson.apache.org/hudson/pview/job/River-QA-runtime/lastSuccessfulBuild/artifact/jtsk/trunk/harness-runtime.jar" />
+        <property name="harness-runtime-dst" value="harness-runtime.jar" />
+        
+        <get src="${harness-runtime-src}" dest="${harness-runtime-dst}" />
+        <unzip src="${harness-runtime-dst}" dest="." />
+        <ant dir="qa" target="run-categories" inheritall="false">
+            <property name="run.categories" value="id,loader,policyprovider,locatordiscovery,activation,config,discoverymanager,joinmanager,url,iiop,jrmp,reliability,thread,renewalmanager,constraint,export,lookupdiscovery,servicediscovery,io,security,lookupservice,renewalservice,eventmailbox,jeri,start,discoveryservice,discoveryproviders,javaspace,txnmanager"/>
+        </ant>
+    </target>
+
     <target name="build-trunk-matrix" depends="init" >
         <ant>
             <target name="clean" />