diff --git a/.cirrus.yml b/.cirrus.yml index 23797ff8a29..f3b7b48699c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -265,13 +265,14 @@ task: skip: $CIRRUS_PR != '' && $CHANNEL == 'stable' env: matrix: - 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" + PACKAGE_SHARDING: "--shardIndex 0 --shardCount 8" + PACKAGE_SHARDING: "--shardIndex 1 --shardCount 8" + PACKAGE_SHARDING: "--shardIndex 2 --shardCount 8" + PACKAGE_SHARDING: "--shardIndex 3 --shardCount 8" + PACKAGE_SHARDING: "--shardIndex 4 --shardCount 8" + PACKAGE_SHARDING: "--shardIndex 5 --shardCount 8" + PACKAGE_SHARDING: "--shardIndex 6 --shardCount 8" + PACKAGE_SHARDING: "--shardIndex 7 --shardCount 8" matrix: CHANNEL: "master" CHANNEL: "stable"