From 125f9e3ae84236385a04c814d020434a8daa01c8 Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Tue, 28 Jul 2020 07:01:06 +0000 Subject: [PATCH] [infra] Increase shards for co19 tests on VM AOT NNBD builder With more co19 tests getting migrated, some shards were timing out. Change-Id: I2e8acbf6f41cb472fc48a8bcdbf07d2387623ad1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156024 Reviewed-by: Karl Klose --- 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 5cc65e9cd49..420e358ce4c 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -1316,7 +1316,7 @@ "co19" ], "fileset": "vm-kernel", - "shards": 2 + "shards": 3 }, { "name": "co19 nnbd tests in strong mode", @@ -1325,7 +1325,7 @@ "co19" ], "fileset": "vm-kernel", - "shards": 2 + "shards": 3 }, { "name": "vm nnbd tests in weak mode with asserts",