You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/07/21 13:37:53 UTC

[31/51] [abbrv] lucene-solr:apiv2: Don't fail ASAP on Jenkins builds, run the whole build and fail finally (Jenkins does this for us with reason "unstable" once the build is done). This allows to run build completely, although some tests fail.

Don't fail ASAP on Jenkins builds, run the whole build and fail finally (Jenkins does this for us with reason "unstable" once the build is done). This allows to run build completely, although some tests fail.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/59218b90
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/59218b90
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/59218b90

Branch: refs/heads/apiv2
Commit: 59218b90e115d3baf00099c105b40b78564293b6
Parents: 621527d
Author: Uwe Schindler <us...@apache.org>
Authored: Sun Jul 17 13:02:03 2016 +0200
Committer: Uwe Schindler <us...@apache.org>
Committed: Sun Jul 17 13:02:03 2016 +0200

----------------------------------------------------------------------
 build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/59218b90/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 53b278f..247ba60 100644
--- a/build.xml
+++ b/build.xml
@@ -762,6 +762,7 @@ Test args: [${args}]</echo>
   <target name="jenkins-hourly">
     <antcall>
       <param name="is.jenkins.build" value="true"/>
+      <param name="tests.haltonfailure" value="false"/>
       <target name="-jenkins-base"/>
     </antcall>
   </target>
@@ -769,6 +770,7 @@ Test args: [${args}]</echo>
   <target name="jenkins-nightly">
     <antcall>
       <param name="is.jenkins.build" value="true"/>
+      <param name="tests.haltonfailure" value="false"/>
       <param name="tests.nightly" value="true"/>
       <target name="-jenkins-base"/>
     </antcall>