[ https://issues.apache.org/jira/browse/LUCENE-9474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17182827#comment-17182827 ]
Uwe Schindler edited comment on LUCENE-9474 at 8/23/20, 7:04 PM: ----------------------------------------------------------------- bq. Gradle build from a clean state will work with a single worker (it generates defaults on the first run but won't pick them up). If you wish to increase parallelism, you have to set up your CI jobs to pass --max-workers externally. The Jenkins nodes have a {{\~/lucene.build.properties}} file. I did the same using {{\~/.gradle/gradle.properties}} (copypasting the settings over and adding the Ant ones, too - like PERL and PYTHON paths on Windows nodes). As the autogenerated ones have lowest preference (see Gradle docs), the one in user's home directory take precendence. The Gradle daemon is also - of course - disabledon Jenkins. was (Author: thetaphi): bq. Gradle build from a clean state will work with a single worker (it generates defaults on the first run but won't pick them up). If you wish to increase parallelism, you have to set up your CI jobs to pass --max-workers externally. The Jenkins nodes have a {{~/lucene.build.properties}} file. I did the same using {{~/.gradle/gradle.properties}} (copypasting the settings over and adding the Ant ones, too - like PERL and PYTHON paths on Windows nodes). As the autogenerated ones have lowest preference (see Gradle docs), the one in user's home directory take precendence. The Gradle daemon is also - of course - disabledon Jenkins. > Change Jenkins jobs to use Gradle for trunk > ------------------------------------------- > > Key: LUCENE-9474 > URL: https://issues.apache.org/jira/browse/LUCENE-9474 > Project: Lucene - Core > Issue Type: Test > Components: general/build > Reporter: Erick Erickson > Assignee: Uwe Schindler > Priority: Major > > I rushed the gate and pushed LUCENE-9433 without coordinating, my apologies > for the confusion. > Meanwhile, Uwe has disabled Jenkins jobs for the weekend and we'll fix this > up Real Soon Now. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org