Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix shard index
  • Loading branch information
stuartmorgan-g committed Jul 7, 2023
commit 2d98156803d1dba54b2e481ac4c4240d0ff9128b
4 changes: 2 additions & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ targets:
channel: master
version_file: flutter_master.version
cores: "32"
package_sharding: "--shardIndex 6 --shardCount 6"
package_sharding: "--shardIndex 5 --shardCount 6"

- name: Linux_android android_platform_tests_shard_1 stable
recipe: packages/packages
Expand Down Expand Up @@ -404,7 +404,7 @@ targets:
channel: stable
version_file: flutter_stable.version
cores: "32"
package_sharding: "--shardIndex 6 --shardCount 6"
package_sharding: "--shardIndex 5 --shardCount 6"

### Web tasks ###
- name: Linux_web web_build_all_packages master
Expand Down