[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 <athom@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
Alexander Thomas 2022-07-05 18:19:49 +00:00 committed by Commit Bot
parent bc31ab9e4b
commit 5eb920d40f

View file

@ -3272,7 +3272,7 @@
"-nanalyzer-unittest-asserts-${mode}-${system}",
"pkg/analyzer"
],
"shards": 2,
"shards": 4,
"fileset": "analyzer_unit_tests"
},
{
@ -3281,7 +3281,7 @@
"-nanalyzer-unittest-asserts-${mode}-${system}",
"pkg/analysis_server"
],
"shards": 2,
"shards": 4,
"fileset": "analyzer_unit_tests"
},
{
@ -3290,7 +3290,7 @@
"-nanalyzer-unittest-asserts-${mode}-${system}",
"pkg/nnbd_migration"
],
"shards": 2,
"shards": 1,
"fileset": "analyzer_unit_tests"
},
{