Skip to content

Commit 8d169ec

Browse files
committed
Increase inst parallelism to 12
1 parent cdc56f8 commit 8d169ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.continue.yml.j2

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ build_test_jobs: &build_test_jobs
11001100
triggeredBy: *instrumentation_modules
11011101
stage: instrumentation
11021102
cacheType: inst
1103-
parallelism: 8
1103+
parallelism: 12
11041104
maxWorkers: 3
11051105
matrix:
11061106
<<: *test_matrix
@@ -1114,7 +1114,7 @@ build_test_jobs: &build_test_jobs
11141114
triggeredBy: *instrumentation_modules
11151115
stage: instrumentation
11161116
cacheType: inst
1117-
parallelism: 8
1117+
parallelism: 12
11181118
maxWorkers: 3
11191119
testJvm: "8"
11201120
@@ -1128,7 +1128,7 @@ build_test_jobs: &build_test_jobs
11281128
triggeredBy: *instrumentation_modules
11291129
stage: instrumentation
11301130
cacheType: latestdep
1131-
parallelism: 8
1131+
parallelism: 12
11321132
maxWorkers: 3
11331133
testJvm: "8"
11341134
@@ -1142,7 +1142,7 @@ build_test_jobs: &build_test_jobs
11421142
triggeredBy: *instrumentation_modules
11431143
stage: instrumentation
11441144
cacheType: latestdep
1145-
parallelism: 8
1145+
parallelism: 12
11461146
maxWorkers: 3
11471147
testJvm: "17"
11481148
@@ -1156,7 +1156,7 @@ build_test_jobs: &build_test_jobs
11561156
triggeredBy: *instrumentation_modules
11571157
stage: instrumentation
11581158
cacheType: latestdep
1159-
parallelism: 8
1159+
parallelism: 12
11601160
maxWorkers: 3
11611161
testJvm: "21"
11621162
@@ -1185,7 +1185,7 @@ build_test_jobs: &build_test_jobs
11851185
triggeredBy: *instrumentation_modules
11861186
stage: instrumentation
11871187
cacheType: inst
1188-
parallelism: 8
1188+
parallelism: 12
11891189
maxWorkers: 4
11901190
testJvm: "8"
11911191

0 commit comments

Comments
 (0)