mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 02:28:49 +00:00
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")
|
||||
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"))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user