Skip to content

Commit d2e22e1

Browse files
committed
Let smoketester initialize local settings before running any checks (like Github CI or Jenkins). (#11826)
1 parent aa8f97d commit d2e22e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev-tools/scripts/smokeTestRelease.py

+3
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,9 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision, version, testArgs):
609609
print(' %s' % line.strip())
610610
raise RuntimeError('source release has WARs...')
611611

612+
print(' initialize local settings for Gradle...')
613+
java.run_java11('./gradlew --no-daemon localSettings', '%s/localsettings.log' % unpackPath)
614+
612615
validateCmd = './gradlew --no-daemon check -p lucene/documentation'
613616
print(' run "%s"' % validateCmd)
614617
java.run_java11(validateCmd, '%s/validate.log' % unpackPath)

0 commit comments

Comments
 (0)