Skip to content

Commit b220ace

Browse files
[ci] Increase Android platform test sharding (#3365)
[ci] Increase Android platform test sharding
1 parent 74d64cd commit b220ace

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.cirrus.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,13 @@ task:
264264
skip: $CIRRUS_PR != '' && $CHANNEL == 'stable'
265265
env:
266266
matrix:
267-
PACKAGE_SHARDING: "--shardIndex 0 --shardCount 5"
268-
PACKAGE_SHARDING: "--shardIndex 1 --shardCount 5"
269-
PACKAGE_SHARDING: "--shardIndex 2 --shardCount 5"
270-
PACKAGE_SHARDING: "--shardIndex 3 --shardCount 5"
271-
PACKAGE_SHARDING: "--shardIndex 4 --shardCount 5"
267+
PACKAGE_SHARDING: "--shardIndex 0 --shardCount 7"
268+
PACKAGE_SHARDING: "--shardIndex 1 --shardCount 7"
269+
PACKAGE_SHARDING: "--shardIndex 2 --shardCount 7"
270+
PACKAGE_SHARDING: "--shardIndex 3 --shardCount 7"
271+
PACKAGE_SHARDING: "--shardIndex 4 --shardCount 7"
272+
PACKAGE_SHARDING: "--shardIndex 5 --shardCount 7"
273+
PACKAGE_SHARDING: "--shardIndex 6 --shardCount 7"
272274
matrix:
273275
CHANNEL: "master"
274276
CHANNEL: "stable"

0 commit comments

Comments
 (0)