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
23 changes: 23 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,16 @@ targets:
version_file: flutter_master.version
package_sharding: "--shardIndex 1 --shardCount 2"

- name: Linux_web web_dart_unit_test_shard_3 master
bringup: true
recipe: packages/packages
timeout: 60
properties:
target_file: web_dart_unit_tests.yaml
channel: master
version_file: flutter_master.version
package_sharding: "--shardIndex 2 --shardCount 3"

- name: Linux_web web_dart_unit_test_shard_1 stable
recipe: packages/packages
timeout: 60
Expand All @@ -207,7 +217,20 @@ targets:
version_file: flutter_stable.version
package_sharding: "--shardIndex 1 --shardCount 2"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is shardCount? should it not go to 3 on the other shards? or are index and count just the same thing but off by 1?


- name: Linux_web web_dart_unit_test_shard_3 stable
bringup: true
recipe: packages/packages
timeout: 60
properties:
target_file: web_dart_unit_tests.yaml
channel: stable
version_file: flutter_stable.version
package_sharding: "--shardIndex 2 --shardCount 3"

# Wasm unit tests in master
# TODO(stuartmorgan): Switch to testing wasm on master and stable and non-wasm
# only on master if/when wasm builds become the default on stable; see
# https://github.com/flutter/flutter/issues/188813
- name: Linux_web web_dart_unit_test_wasm_shard_1 master
recipe: packages/packages
timeout: 60
Expand Down
Loading