diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 512d8a3a6db..8034a3f3cba 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -1338,24 +1338,6 @@ "dart_precompiled_runtime" ] }, - { - "name": "co19 nnbd tests in weak mode with asserts", - "arguments": [ - "-ndartkp-weak-asserts-${system}-${mode}-${arch}", - "co19" - ], - "fileset": "vm-kernel", - "shards": 3 - }, - { - "name": "co19 nnbd tests in strong mode", - "arguments": [ - "-ndartkp-strong-${system}-${mode}-${arch}", - "co19" - ], - "fileset": "vm-kernel", - "shards": 3 - }, { "name": "vm nnbd tests in weak mode with asserts", "arguments": [ @@ -1368,7 +1350,7 @@ "vm" ], "fileset": "vm-kernel", - "shards": 3 + "shards": 4 }, { "name": "vm nnbd tests in strong mode", @@ -1382,7 +1364,25 @@ "vm" ], "fileset": "vm-kernel", - "shards": 3 + "shards": 4 + }, + { + "name": "co19 nnbd tests in strong mode", + "arguments": [ + "-ndartkp-strong-${system}-${mode}-${arch}", + "co19" + ], + "fileset": "vm-kernel", + "shards": 4 + }, + { + "name": "co19 nnbd tests in weak mode with asserts", + "arguments": [ + "-ndartkp-weak-asserts-${system}-${mode}-${arch}", + "co19" + ], + "fileset": "vm-kernel", + "shards": 4 } ] },