mirror of https://github.com/apache/lucene.git
LUCENE-9474: Add back tests.haltonfailure for jenkins compatibility
This commit is contained in:
parent
5c2e96b585
commit
863d544378
|
@ -66,6 +66,8 @@ allprojects {
|
||||||
|
|
||||||
minHeapSize = propertyOrDefault("tests.minheapsize", "256m")
|
minHeapSize = propertyOrDefault("tests.minheapsize", "256m")
|
||||||
maxHeapSize = propertyOrDefault("tests.heapsize", "512m")
|
maxHeapSize = propertyOrDefault("tests.heapsize", "512m")
|
||||||
|
|
||||||
|
ignoreFailures = (propertyOrDefault("tests.haltonfailure", "true").toBoolean() == false)
|
||||||
|
|
||||||
jvmArgs Commandline.translateCommandline(propertyOrDefault("tests.jvmargs", System.getenv('TEST_JVM_ARGS') ?: "-XX:TieredStopAtLevel=1"))
|
jvmArgs Commandline.translateCommandline(propertyOrDefault("tests.jvmargs", System.getenv('TEST_JVM_ARGS') ?: "-XX:TieredStopAtLevel=1"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue