mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:28:02 +00:00
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:
parent
3a8264cb35
commit
4310f50edc
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue