[ci] Increase Android platform test sharding (#3365)
[ci] Increase Android platform test sharding
diff --git a/.cirrus.yml b/.cirrus.yml
index e446ee1..9db2e54 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -264,11 +264,13 @@
skip: $CIRRUS_PR != '' && $CHANNEL == 'stable'
env:
matrix:
- PACKAGE_SHARDING: "--shardIndex 0 --shardCount 5"
- PACKAGE_SHARDING: "--shardIndex 1 --shardCount 5"
- PACKAGE_SHARDING: "--shardIndex 2 --shardCount 5"
- PACKAGE_SHARDING: "--shardIndex 3 --shardCount 5"
- PACKAGE_SHARDING: "--shardIndex 4 --shardCount 5"
+ PACKAGE_SHARDING: "--shardIndex 0 --shardCount 7"
+ PACKAGE_SHARDING: "--shardIndex 1 --shardCount 7"
+ PACKAGE_SHARDING: "--shardIndex 2 --shardCount 7"
+ PACKAGE_SHARDING: "--shardIndex 3 --shardCount 7"
+ PACKAGE_SHARDING: "--shardIndex 4 --shardCount 7"
+ PACKAGE_SHARDING: "--shardIndex 5 --shardCount 7"
+ PACKAGE_SHARDING: "--shardIndex 6 --shardCount 7"
matrix:
CHANNEL: "master"
CHANNEL: "stable"