You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2010/08/24 15:21:48 UTC

svn commit: r988529 - in /lucene/dev/nightly: hudson-lucene-3.x.sh hudson-lucene-trunk.sh hudson-solr-3.x.sh hudson-solr-trunk.sh

Author: rmuir
Date: Tue Aug 24 13:21:48 2010
New Revision: 988529

URL: http://svn.apache.org/viewvc?rev=988529&view=rev
Log:
LUCENE-2619: update the nightly to use the new var names

Modified:
    lucene/dev/nightly/hudson-lucene-3.x.sh
    lucene/dev/nightly/hudson-lucene-trunk.sh
    lucene/dev/nightly/hudson-solr-3.x.sh
    lucene/dev/nightly/hudson-solr-trunk.sh

Modified: lucene/dev/nightly/hudson-lucene-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-3.x.sh?rev=988529&r1=988528&r2=988529&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-3.x.sh (original)
+++ lucene/dev/nightly/hudson-lucene-3.x.sh Tue Aug 24 13:21:48 2010
@@ -33,8 +33,8 @@ $ANT_HOME/bin/ant \
   -Dsvnversion.exe=$SVNVERSION_EXE \
   -Dsvn.exe=$SVN_EXE \
   -Dversion=$VERSION \
-  -Dsequential-tests=1 \
-  -Drandom.multiplier=3 \
+  -Dtests.threadspercpu=0 \
+  -Dtests.multiplier=3 \
   test package-tgz
 # release it
 cp dist/*.tar.gz $ARTIFACTS
@@ -58,8 +58,8 @@ $ANT_HOME/bin/ant \
   -Dsvn.exe=$SVN_EXE \
   -Dversion=$VERSION \
   -Drun.clover=true \
-  -Dsequential-tests=1 \
-  -Drandom.multiplier=3 \
+  -Dtests.threadspercpu=0 \
+  -Dtests.multiplier=3 \
   clean test
 # preserve the return value
 RET=$?

Modified: lucene/dev/nightly/hudson-lucene-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-trunk.sh?rev=988529&r1=988528&r2=988529&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lucene-trunk.sh Tue Aug 24 13:21:48 2010
@@ -32,8 +32,8 @@ $ANT_HOME/bin/ant \
   -Dsvnversion.exe=$SVNVERSION_EXE \
   -Dsvn.exe=$SVN_EXE \
   -Dversion=$VERSION \
-  -Dsequential-tests=1 \
-  -Drandom.multiplier=3 \
+  -Dtests.threadspercpu=0 \
+  -Dtests.multiplier=3 \
   test package-tgz
 # release it
 cp dist/*.tar.gz $ARTIFACTS
@@ -57,8 +57,8 @@ $ANT_HOME/bin/ant \
   -Dsvn.exe=$SVN_EXE \
   -Dversion=$VERSION \
   -Drun.clover=true \
-  -Dsequential-tests=1 \
-  -Drandom.multiplier=3 \
+  -Dtests.threadspercpu=0 \
+  -Dtests.multiplier=3 \
   clean test
 # preserve the return value
 RET=$?

Modified: lucene/dev/nightly/hudson-solr-3.x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-3.x.sh?rev=988529&r1=988528&r2=988529&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-3.x.sh (original)
+++ lucene/dev/nightly/hudson-solr-3.x.sh Tue Aug 24 13:21:48 2010
@@ -17,7 +17,7 @@ $ANT_HOME/bin/ant \
   -Dversion=$VERSION \
   -Dlucene_version=$VERSION \
   -Dsvnversion.exe=$SVNVERSION_EXE \
-  -Dsequential-tests=1 \
+  -Dtests.threadspercpu=0 \
   -Djunit.formatter=xml \
   clean nightly
 
@@ -41,6 +41,6 @@ ANT_OPTS="-Xmx896M" $ANT_HOME/bin/ant \
   -lib $CLOVER \
   -Drun.clover=true \
   -Dsvnversion.exe=$SVNVERSION_EXE \
-  -Dsequential-tests=1 \
+  -Dtests.threadspercpu=0 \
   -Djunit.formatter=xml \
   clean-dest clover test generate-clover-reports

Modified: lucene/dev/nightly/hudson-solr-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-trunk.sh?rev=988529&r1=988528&r2=988529&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-trunk.sh (original)
+++ lucene/dev/nightly/hudson-solr-trunk.sh Tue Aug 24 13:21:48 2010
@@ -17,7 +17,7 @@ $ANT_HOME/bin/ant \
   -Dversion=$VERSION \
   -Dlucene_version=$VERSION \
   -Dsvnversion.exe=$SVNVERSION_EXE \
-  -Dsequential-tests=1 \
+  -Dtests.threadspercpu=0 \
   -Djunit.formatter=xml \
   clean nightly
 
@@ -41,6 +41,6 @@ ANT_OPTS="-Xmx896M" $ANT_HOME/bin/ant \
   -lib $CLOVER \
   -Drun.clover=true \
   -Dsvnversion.exe=$SVNVERSION_EXE \
-  -Dsequential-tests=1 \
+  -Dtests.threadspercpu=0 \
   -Djunit.formatter=xml \
   clean-dest clover test generate-clover-reports