LUCENE-9474: Add back tests.haltonfailure for jenkins compatibility

This commit is contained in:
Uwe Schindler 2020-08-24 00:52:51 +02:00
parent 5c2e96b585
commit 863d544378
1 changed files with 2 additions and 0 deletions

View File

@ -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"))