From 236410552533ba1d1ea7c206890717740b92caea Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Fri, 18 Sep 2020 15:21:47 +0000 Subject: [PATCH] [infra] Increase number of shards on the CFE nnbd builders Shards running on slower machines timed out. This will double the number of shards giving them enough headroom to finish. https://github.com/dart-lang/sdk/issues/43463 TBR=whesse@google.com Change-Id: I1d12fd42fea3b19fce3900f7ecfb5e567fd720bd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/163420 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 9004af0c33e..cb9855da821 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -1184,7 +1184,7 @@ "co19" ], "fileset": "front-end", - "shards": 1 + "shards": 2 }, { "name": "strong co19 tests", @@ -1193,7 +1193,7 @@ "co19" ], "fileset": "front-end", - "shards": 1 + "shards": 2 }, { "name": "weak sdk tests",