Skip to content

Commit e0469b8

Browse files
committed
WIP
1 parent 7c80dbe commit e0469b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.continue.yml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
-PgitBaseRef=origin/{{ pr_base_ref }}
321321
{% endif %}
322322
<< pipeline.parameters.gradle_flags >>
323-
--max-workers=8
323+
--max-workers=4
324324
--rerun-tasks
325325

326326
- when:
@@ -378,7 +378,7 @@ jobs:
378378
JAVA_HOME=$JAVA_11_HOME
379379
./gradlew spotlessCheck
380380
<< pipeline.parameters.gradle_flags >>
381-
--max-workers=8
381+
--max-workers=4
382382

383383
check:
384384
<<: *defaults
@@ -425,7 +425,7 @@ jobs:
425425
-PskipSpotless
426426
-PtaskPartitionCount=${CIRCLE_NODE_TOTAL} -PtaskPartition=${CIRCLE_NODE_INDEX}
427427
<< pipeline.parameters.gradle_flags >>
428-
--max-workers=8
428+
--max-workers=4
429429

430430
- run:
431431
name: Collect reports
@@ -471,7 +471,7 @@ jobs:
471471
<< parameters.gradleTarget >>
472472
-PskipTests
473473
<< pipeline.parameters.gradle_flags >>
474-
--max-workers=8
474+
--max-workers=4
475475
--rerun-tasks
476476

477477
- when:

0 commit comments

Comments
 (0)