[infra] Adjust sharding for VM JIT builders

Cutting the shards from 10 to 4 makes the shards time out after 90
minutes on the slowest builders. Even the fastest builders have shard
runtimes of 30 minutes.

Changing the sharding of JIT builder tests from 4 to 8 for both VM tests
and co19 tests.

Fixup after https://dart-review.googlesource.com/c/sdk/+/294140

Change-Id: I813aa40b6aac0fc5083a9606b71d00e78ce71ffc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/297480
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
William Hesse 2023-04-24 10:18:05 +00:00 committed by Commit Queue
parent 8cc76bde6e
commit 60fec9c720

View file

@ -1222,7 +1222,7 @@
"-nvm-${system}-${mode}-${arch}" "-nvm-${system}-${mode}-${arch}"
], ],
"fileset": "vm-kernel", "fileset": "vm-kernel",
"shards": 4 "shards": 8
}, },
{ {
"name": "vm co19 tests", "name": "vm co19 tests",
@ -1231,7 +1231,7 @@
"co19" "co19"
], ],
"fileset": "vm-kernel", "fileset": "vm-kernel",
"shards": 4 "shards": 8
} }
] ]
}, },