Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 38cc00c

Browse files
committed
[infra] Balance the number shards on the AOT builder with co19_2 tests
The regular test shards run in about half the time. Therefore, we can use less shards for overall efficiency without sacrificing cycle time. TBR=asiva@google.com Change-Id: Ib8b58a03f9c40d0e8f288cde6e148a54fc1ed1e5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/138300 Reviewed-by: Alexander Thomas <athom@google.com>
1 parent 23106da commit 38cc00c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/bots/test_matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,9 +1335,9 @@
13351335
"-ndartkp-${system}-${mode}-${arch}"
13361336
],
13371337
"fileset": "vm-kernel",
1338-
"shards": 10
1338+
"shards": 6
13391339
},
1340-
{
1340+
{
13411341
"name": "vm co19_2 tests",
13421342
"arguments": [
13431343
"-ndartkp-${system}-${mode}-${arch}",

0 commit comments

Comments
 (0)