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/10 10:42:07 UTC

svn commit: r1371598 - in /lucene/dev/nightly: hudson-lucene-4x.sh hudson-lucene-trunk.sh

Author: uschindler
Date: Fri Aug 10 08:42:07 2012
New Revision: 1371598

URL: http://svn.apache.org/viewvc?rev=1371598&view=rev
Log:
Remove smoke again, this is now a new ReleaseNightly job on ASF Jenkins (without scripts, only ANT). I will later remove the artifact building from the standard nightly scripts, too. Those will now only run tests and clover.

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

Modified: lucene/dev/nightly/hudson-lucene-4x.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-4x.sh?rev=1371598&r1=1371597&r2=1371598&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-4x.sh (original)
+++ lucene/dev/nightly/hudson-lucene-4x.sh Fri Aug 10 08:42:07 2012
@@ -71,15 +71,5 @@ if [ $? = 0 ]; then
   exit 1
 fi
 
-#build an actual release and smoke test it
-set -e
-cd $WORKSPACE/$ROOT_DIR
-$ANT_HOME/bin/ant \
-  -DJAVA6_HOME=/usr/local/openjdk6 \
-  -DJAVA7_HOME=/usr/local/openjdk7 \
-  -Dsvnversion.exe=$SVNVERSION_EXE \
-  -Dsvn.exe=$SVN_EXE \
-  nightly-smoke
-
 # return the test return value
 exit $RET

Modified: lucene/dev/nightly/hudson-lucene-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-trunk.sh?rev=1371598&r1=1371597&r2=1371598&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lucene-trunk.sh Fri Aug 10 08:42:07 2012
@@ -71,15 +71,5 @@ if [ $? = 0 ]; then
   exit 1
 fi
 
-#build an actual release and smoke test it
-set -e
-cd $WORKSPACE/$ROOT_DIR
-$ANT_HOME/bin/ant \
-  -DJAVA6_HOME=/usr/local/openjdk6 \
-  -DJAVA7_HOME=/usr/local/openjdk7 \
-  -Dsvnversion.exe=$SVNVERSION_EXE \
-  -Dsvn.exe=$SVN_EXE \
-  nightly-smoke
-
 # return the test return value
 exit $RET