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 2018/02/27 22:09:36 UTC

[2/2] lucene-solr:master: SOLR-12028: add jenkins-nightly-badapples target

SOLR-12028: add jenkins-nightly-badapples target


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

Branch: refs/heads/master
Commit: 939aedfed7a66065e2dfa42efb6fd4b53f9fab12
Parents: 2a158c2
Author: Steve Rowe <sa...@apache.org>
Authored: Tue Feb 27 17:08:12 2018 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Tue Feb 27 17:08:41 2018 -0500

----------------------------------------------------------------------
 build.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/939aedfe/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 09c5919..93415fb 100755
--- a/build.xml
+++ b/build.xml
@@ -641,7 +641,17 @@ Test args: [${args}]</echo>
       <target name="-jenkins-base"/>
     </antcall>
   </target>
-  
+
+  <target name="jenkins-nightly-badapples">
+    <antcall>
+      <param name="is.jenkins.build" value="true"/>
+      <param name="tests.haltonfailure" value="false"/>
+      <param name="tests.nightly" value="true"/>
+      <param name="tests.badapples" value="true"/>
+      <target name="-jenkins-base"/>
+    </antcall>
+  </target>
+
   <target name="jenkins-maven-nightly" depends="-print-java-info,clean,clean-maven-build,resolve-groovy,resolve-markdown,install-maven-tasks">
     <!-- step 1: build, install, validate and publish ANT-generated maven artifacts: -->
     <antcall>