File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments