mirror of
https://github.com/apache/lucene.git
synced 2025-03-07 00:39:21 +00:00
Let smoketester initialize local settings before running any checks (like Github CI or Jenkins) (#11826)
This commit is contained in:
parent
1f30800cb5
commit
c2058d71a1
@ -609,6 +609,9 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision, version, testArgs):
|
||||
print(' %s' % line.strip())
|
||||
raise RuntimeError('source release has WARs...')
|
||||
|
||||
print(' initialize local settings for Gradle...')
|
||||
java.run_java17('./gradlew --no-daemon localSettings', '%s/localsettings.log' % unpackPath)
|
||||
|
||||
validateCmd = './gradlew --no-daemon check -p lucene/documentation'
|
||||
print(' run "%s"' % validateCmd)
|
||||
java.run_java17(validateCmd, '%s/validate.log' % unpackPath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user