From 0e6c00393a41342dd861773a11ac1cd1fc0e87ae Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Wed, 8 Jul 2026 15:37:51 -0400 Subject: [PATCH] [ci] Add a third web Dart unit test shard (2/2) Takes the new shard out of bring-up, and adjusts the existing shards to expect three shards rather than two. --- .ci.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 6695c04443b..d821bcf333c 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -187,7 +187,7 @@ targets: target_file: web_dart_unit_tests.yaml channel: master version_file: flutter_master.version - package_sharding: "--shardIndex 0 --shardCount 2" + package_sharding: "--shardIndex 0 --shardCount 3" - name: Linux_web web_dart_unit_test_shard_2 master recipe: packages/packages @@ -196,10 +196,9 @@ targets: target_file: web_dart_unit_tests.yaml channel: master version_file: flutter_master.version - package_sharding: "--shardIndex 1 --shardCount 2" + package_sharding: "--shardIndex 1 --shardCount 3" - name: Linux_web web_dart_unit_test_shard_3 master - bringup: true recipe: packages/packages timeout: 60 properties: @@ -215,7 +214,7 @@ targets: target_file: web_dart_unit_tests.yaml channel: stable version_file: flutter_stable.version - package_sharding: "--shardIndex 0 --shardCount 2" + package_sharding: "--shardIndex 0 --shardCount 3" - name: Linux_web web_dart_unit_test_shard_2 stable recipe: packages/packages @@ -224,10 +223,9 @@ targets: target_file: web_dart_unit_tests.yaml channel: stable version_file: flutter_stable.version - package_sharding: "--shardIndex 1 --shardCount 2" + package_sharding: "--shardIndex 1 --shardCount 3" - name: Linux_web web_dart_unit_test_shard_3 stable - bringup: true recipe: packages/packages timeout: 60 properties: