[ddc] Run co19 nnbd tests in weak mode

Adjusted the shard count for the "_2" suites running in weak mode
from 6 to 5. Gave the co19 tests 2 shards since there are far fewer
tests in that suite right now.

Compared to another from earlier today the total execution time
appears to be roughly the same except for the deflaking of the
new and failing tests.

Change-Id: I71122af8ba84138e8044a57550302f3b37b6671b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/147821
Reviewed-by: Riley Porter <rileyporter@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
This commit is contained in:
Nicholas Shahan 2020-05-12 23:08:09 +00:00 committed by commit-bot@chromium.org
parent 3df9baeb06
commit 429c2f1bc6

View file

@ -2122,7 +2122,16 @@
"lib",
"dartdevc_native"
],
"shards": 6,
"shards": 5,
"fileset": "dart2js_nnbd"
},
{
"name": "ddc nnbd weak co19 tests",
"arguments": [
"-ndartdevk-weak-linux-release-chrome",
"co19/LanguageFeatures/nnbd"
],
"shards": 2,
"fileset": "dart2js_nnbd"
},
{