You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/08/06 22:31:55 UTC

svn commit: r1369987 - in /lucene/dev/nightly: common-maven.sh hudson-settings.sh

Author: uschindler
Date: Mon Aug  6 20:31:55 2012
New Revision: 1369987

URL: http://svn.apache.org/viewvc?rev=1369987&view=rev
Log:
Make TESTS_PARALLELISM configureable from Jenkins Job

Modified:
    lucene/dev/nightly/common-maven.sh
    lucene/dev/nightly/hudson-settings.sh

Modified: lucene/dev/nightly/common-maven.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/common-maven.sh?rev=1369987&r1=1369986&r2=1369987&view=diff
==============================================================================
--- lucene/dev/nightly/common-maven.sh (original)
+++ lucene/dev/nightly/common-maven.sh Mon Aug  6 20:31:55 2012
@@ -2,7 +2,7 @@
 ## The commands in this file should work in any branch/trunk.
 
 # Append the rhino javascript engine jars to the boot class path
-RHINO_LIBS_DIR=/usr/home/hudson/tools/java/openjdk-missing-libs
+RHINO_LIBS_DIR=$HOME/tools/java/openjdk-missing-libs
 RHINO_LIBS=$RHINO_LIBS_DIR/script-js.jar:$RHINO_LIBS_DIR/js.jar
 export MAVEN_OPTS="-Xbootclasspath/a:$RHINO_LIBS"
 

Modified: lucene/dev/nightly/hudson-settings.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-settings.sh?rev=1369987&r1=1369986&r2=1369987&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-settings.sh (original)
+++ lucene/dev/nightly/hudson-settings.sh Mon Aug  6 20:31:55 2012
@@ -25,7 +25,7 @@ DUMP_DIR=$WORKSPACE/heapdumps
 
 #config:
 TESTS_MULTIPLIER=3
-TESTS_PARALLELISM=2
+#set externally by jenkins jobs: TESTS_PARALLELISM=2
 TEST_LINE_DOCS_FILE=$HOME/lucene-data/enwiki.random.lines.txt
 #disable for now: TEST_JVM_ARGS="-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=$DUMP_DIR/ $TEST_JVM_ARGS"