Balance dart2js-hostasserts-linux-unsound shards.

The test steps with the same configurations have been unified and
the shard number balanced so each step finishes as closely to each
other as possible.

Bug: b/290617138
Change-Id: I6616fb78e5cd6db36153db0d9e2b45131eef25fd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/312984
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
Jonas Termansen 2023-07-13 13:09:37 +00:00
parent ca71bbb0ea
commit 84e8babf23

View file

@ -2637,48 +2637,32 @@
"corelib",
"language"
],
"shards": 6,
"shards": 4,
"fileset": "js_platform_hostasserts"
},
{
"name": "dart2js chrome tests",
"arguments": [
"-ndart2js-hostasserts-linux-chrome-unsound",
"co19",
"lib",
"pkg",
"web"
],
"shards": 3,
"fileset": "js_platform_hostasserts"
},
{
"name": "dart2js chrome co19 tests",
"arguments": [
"-ndart2js-hostasserts-linux-chrome-unsound",
"co19"
],
"shards": 6,
"shards": 10,
"fileset": "js_platform_hostasserts"
},
{
"name": "dart2js chrome _2 tests",
"arguments": [
"-ndart2js-hostasserts-linux-chrome-unsound_2",
"co19_2",
"corelib_2",
"language_2",
"lib_2",
"web_2"
],
"shards": 6,
"fileset": "js_platform_hostasserts_2"
},
{
"name": "dart2js chrome co19_2 tests",
"arguments": [
"-ndart2js-hostasserts-linux-chrome-unsound_2",
"co19_2"
],
"shards": 6,
"shards": 14,
"fileset": "js_platform_hostasserts_2"
}
]