From 60fec9c72046c7556a93736ed55388a676c4d890 Mon Sep 17 00:00:00 2001 From: William Hesse Date: Mon, 24 Apr 2023 10:18:05 +0000 Subject: [PATCH] [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 Reviewed-by: Alexander Thomas --- tools/bots/test_matrix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 1ad916dc55a..092cf71c4b1 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -1222,7 +1222,7 @@ "-nvm-${system}-${mode}-${arch}" ], "fileset": "vm-kernel", - "shards": 4 + "shards": 8 }, { "name": "vm co19 tests", @@ -1231,7 +1231,7 @@ "co19" ], "fileset": "vm-kernel", - "shards": 4 + "shards": 8 } ] },