Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[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.
  • Loading branch information
stuartmorgan-g committed May 17, 2023
commit 27368e8be4f9bceba9fd32aa76b3a72fa1134283
15 changes: 8 additions & 7 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down