Skip to content

Commit 5eb920d

Browse files
athomasCommit Bot
authored and
Commit Bot
committed
[infra] Optimize shards for the analyzer builders
Fixes: b/237755665 Change-Id: I11c066e8db7665ccd15ee671e2a706759cb1ef5e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250386 Auto-Submit: Alexander Thomas <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]> Reviewed-by: William Hesse <[email protected]>
1 parent bc31ab9 commit 5eb920d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/bots/test_matrix.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3272,7 +3272,7 @@
32723272
"-nanalyzer-unittest-asserts-${mode}-${system}",
32733273
"pkg/analyzer"
32743274
],
3275-
"shards": 2,
3275+
"shards": 4,
32763276
"fileset": "analyzer_unit_tests"
32773277
},
32783278
{
@@ -3281,7 +3281,7 @@
32813281
"-nanalyzer-unittest-asserts-${mode}-${system}",
32823282
"pkg/analysis_server"
32833283
],
3284-
"shards": 2,
3284+
"shards": 4,
32853285
"fileset": "analyzer_unit_tests"
32863286
},
32873287
{
@@ -3290,7 +3290,7 @@
32903290
"-nanalyzer-unittest-asserts-${mode}-${system}",
32913291
"pkg/nnbd_migration"
32923292
],
3293-
"shards": 2,
3293+
"shards": 1,
32943294
"fileset": "analyzer_unit_tests"
32953295
},
32963296
{

0 commit comments

Comments
 (0)