Switch dart2js nnbd bot: use a sdk-built configuration with no assertions

This is a temporary measure to help run the bots faster (the hostasserts
configuration seems to be timing out periodically)

See also https://github.com/dart-lang/sdk/issues/40521

Change-Id: Iba06626388124c146fbde8e78f3edc0a62f089f0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/134885
Reviewed-by: Mayank Patke <fishythefish@google.com>
This commit is contained in:
Sigmund Cherem 2020-02-08 00:32:00 +00:00 committed by Mayank Patke
parent 3a8264cb35
commit 4310f50edc

View file

@ -2288,7 +2288,7 @@
{
"name": "dart2js nnbd weak tests",
"arguments": [
"-ndart2js-hostasserts-weak-linux-x64-d8",
"-ndart2js-weak-linux-x64-d8",
"--dart2js-batch",
"language_2",
"corelib_2",
@ -2296,7 +2296,7 @@
"dart2js_native"
],
"shards": 6,
"fileset": "dart2js_hostasserts_nnbd"
"fileset": "dart2js_nnbd"
}
]
},