From 27368e8be4f9bceba9fd32aa76b3a72fa1134283 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Wed, 17 May 2023 13:12:51 -0400 Subject: [PATCH] [ci] Increase Android sharding We're seeing more timeouts recently with Android platform tests. Longer term we can revisit this, especially once we have emulator tests where the timings may change significantly, but for now increase the shards by one. --- .cirrus.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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"