[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 <athom@google.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user