Skip to content

Commit e161954

Browse files
rmacnak-googleCommit Queue
authored andcommitted
[infra] Increase Linux ARM64 sharding.
Making use of increased capacity. Change-Id: I8161f39efdcb8cbc99f8b264afdb6ad13ef86d24 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/444925 Reviewed-by: Alexander Aprelev <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
1 parent b759d09 commit e161954

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tools/bots/test_matrix.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,15 +1422,17 @@
14221422
"standalone"
14231423
],
14241424
"fileset": "vm",
1425-
"shards": 1
1425+
"shards": 2
14261426
},
14271427
{
14281428
"name": "vm tests (aot)",
14291429
"arguments": [
14301430
"-nvm-aot-${sanitizer}-${system}-${mode}-${arch}",
14311431
"ffi",
14321432
"standalone"
1433-
]
1433+
],
1434+
"fileset": "vm",
1435+
"shards": 2
14341436
}
14351437
]
14361438
},
@@ -1723,7 +1725,7 @@
17231725
"-nvm-${system}-${mode}-${arch}"
17241726
],
17251727
"fileset": "vm",
1726-
"shards": 4
1728+
"shards": 6
17271729
}
17281730
]
17291731
},
@@ -1750,7 +1752,7 @@
17501752
"-nvm-aot-${system}-${mode}-${arch}"
17511753
],
17521754
"fileset": "vm",
1753-
"shards": 4
1755+
"shards": 6
17541756
}
17551757
]
17561758
},

0 commit comments

Comments
 (0)