mirror of https://github.com/apache/lucene.git
disable check for now until jenkins configurations are fixed to not be so slow
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377738 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64549e4332
commit
2b1926e4bf
|
@ -262,7 +262,9 @@
|
|||
</target>
|
||||
|
||||
<!-- Jenkins tasks -->
|
||||
<target name="jenkins-hourly" depends="clean,test,validate,-jenkins-javadocs-lint,-svn-status,check-svn-properties"/>
|
||||
<!-- TODO: figure out how to run check-svn-properties for the various jenkins' that
|
||||
are configured in slow ways / have slow i/o systems -->
|
||||
<target name="jenkins-hourly" depends="clean,test,validate,-jenkins-javadocs-lint,-svn-status"/>
|
||||
|
||||
<target name="jenkins-clover">
|
||||
<antcall target="-jenkins-clover">
|
||||
|
|
Loading…
Reference in New Issue