@@ -66,51 +66,70 @@ targets:
66
66
target_file : ios_build_all_packages.yaml
67
67
channel : stable
68
68
69
- # TODO(stuartmorgan): Remove "- packages" from all task names once
70
- # flutter/plugins is merged into this repo and turned down; it's here only
71
- # because names must be unique across all flutter repositories.
72
- - name : Mac_arm64 ios_platform_tests_1_of_4 master - packages
69
+ - name : Mac_arm64 ios_platform_tests_shard_1 master
70
+ bringup : true # New task
71
+ recipe : packages/packages
72
+ timeout : 60
73
+ properties :
74
+ add_recipes_cq : " true"
75
+ version_file : flutter_master.version
76
+ target_file : ios_platform_tests.yaml
77
+ package_sharding : " --shardIndex 0 --shardCount 5"
78
+
79
+ - name : Mac_arm64 ios_platform_tests_shard_2 master
73
80
bringup : true # New task
74
81
recipe : packages/packages
75
82
timeout : 60
76
83
properties :
77
84
add_recipes_cq : " true"
78
85
version_file : flutter_master.version
79
86
target_file : ios_platform_tests.yaml
80
- package_sharding : " --shardIndex 0 --shardCount 4 "
87
+ package_sharding : " --shardIndex 1 --shardCount 5 "
81
88
82
- - name : Mac_arm64 ios_platform_tests_2_of_4 master - packages
89
+ - name : Mac_arm64 ios_platform_tests_shard_3 master
83
90
bringup : true # New task
84
91
recipe : packages/packages
85
92
timeout : 60
86
93
properties :
87
94
add_recipes_cq : " true"
88
95
version_file : flutter_master.version
89
96
target_file : ios_platform_tests.yaml
90
- package_sharding : " --shardIndex 1 --shardCount 4 "
97
+ package_sharding : " --shardIndex 2 --shardCount 5 "
91
98
92
- - name : Mac_arm64 ios_platform_tests_3_of_4 master - packages
99
+ - name : Mac_arm64 ios_platform_tests_shard_4 master
93
100
bringup : true # New task
94
101
recipe : packages/packages
95
102
timeout : 60
96
103
properties :
97
104
add_recipes_cq : " true"
98
105
version_file : flutter_master.version
99
106
target_file : ios_platform_tests.yaml
100
- package_sharding : " --shardIndex 2 --shardCount 4 "
107
+ package_sharding : " --shardIndex 3 --shardCount 5 "
101
108
102
- - name : Mac_arm64 ios_platform_tests_4_of_4 master - packages
109
+ - name : Mac_arm64 ios_platform_tests_shard_5 master
103
110
bringup : true # New task
104
111
recipe : packages/packages
105
112
timeout : 60
106
113
properties :
107
114
add_recipes_cq : " true"
108
115
version_file : flutter_master.version
109
116
target_file : ios_platform_tests.yaml
110
- package_sharding : " --shardIndex 3 --shardCount 4 "
117
+ package_sharding : " --shardIndex 4 --shardCount 5 "
111
118
112
119
# Don't run full platform tests on both channels in pre-submit.
113
- - name : Mac_arm64 ios_platform_tests_1_of_4 stable - packages
120
+ - name : Mac_arm64 ios_platform_tests_shard_1 stable
121
+ bringup : true # New task
122
+ recipe : packages/packages
123
+ presubmit : false
124
+ timeout : 60
125
+ properties :
126
+ channel : stable
127
+ add_recipes_cq : " true"
128
+ version_file : flutter_stable.version
129
+ target_file : ios_platform_tests.yaml
130
+ package_sharding : " --shardIndex 0 --shardCount 5"
131
+
132
+ - name : Mac_arm64 ios_platform_tests_shard_2 stable
114
133
bringup : true # New task
115
134
recipe : packages/packages
116
135
presubmit : false
@@ -120,9 +139,9 @@ targets:
120
139
add_recipes_cq : " true"
121
140
version_file : flutter_stable.version
122
141
target_file : ios_platform_tests.yaml
123
- package_sharding : " --shardIndex 0 --shardCount 4 "
142
+ package_sharding : " --shardIndex 1 --shardCount 5 "
124
143
125
- - name : Mac_arm64 ios_platform_tests_2_of_4 stable - packages
144
+ - name : Mac_arm64 ios_platform_tests_shard_3 stable
126
145
bringup : true # New task
127
146
recipe : packages/packages
128
147
presubmit : false
@@ -132,9 +151,9 @@ targets:
132
151
add_recipes_cq : " true"
133
152
version_file : flutter_stable.version
134
153
target_file : ios_platform_tests.yaml
135
- package_sharding : " --shardIndex 1 --shardCount 4 "
154
+ package_sharding : " --shardIndex 2 --shardCount 5 "
136
155
137
- - name : Mac_arm64 ios_platform_tests_3_of_4 stable - packages
156
+ - name : Mac_arm64 ios_platform_tests_shard_4 stable
138
157
bringup : true # New task
139
158
recipe : packages/packages
140
159
presubmit : false
@@ -144,9 +163,9 @@ targets:
144
163
add_recipes_cq : " true"
145
164
version_file : flutter_stable.version
146
165
target_file : ios_platform_tests.yaml
147
- package_sharding : " --shardIndex 2 --shardCount 4 "
166
+ package_sharding : " --shardIndex 3 --shardCount 5 "
148
167
149
- - name : Mac_arm64 ios_platform_tests_4_of_4 stable - packages
168
+ - name : Mac_arm64 ios_platform_tests_shard_5 stable
150
169
bringup : true # New task
151
170
recipe : packages/packages
152
171
presubmit : false
@@ -156,7 +175,7 @@ targets:
156
175
add_recipes_cq : " true"
157
176
version_file : flutter_stable.version
158
177
target_file : ios_platform_tests.yaml
159
- package_sharding : " --shardIndex 3 --shardCount 4 "
178
+ package_sharding : " --shardIndex 4 --shardCount 5 "
160
179
161
180
# ## macOS desktop tasks ###
162
181
# macos-platform_tests builds all the packages on ARM, so this build is run
@@ -179,6 +198,9 @@ targets:
179
198
target_file : mac_build_all_packages.yaml
180
199
channel : stable
181
200
201
+ # TODO(stuartmorgan): Remove "- packages" from all task names once
202
+ # flutter/plugins is merged into this repo and turned down; it's here only
203
+ # because names must be unique across all flutter repositories.
182
204
- name : Mac_arm64 macos_platform_tests master - packages
183
205
bringup : true # New task
184
206
recipe : packages/packages
0 commit comments