@@ -64,7 +64,7 @@ targets:
64
64
target_file : macos_lint_podspecs.yaml
65
65
66
66
# ## macOS desktop tasks ###
67
- # macos-platform_tests builds all the plugins on ARM, so this build is run
67
+ # macos_platform_tests builds all the plugins on ARM, so this build is run
68
68
# on Intel to give us build coverage of both host types.
69
69
- name : Mac_x64 build_all_plugins master
70
70
recipe : plugins/plugins
@@ -104,29 +104,9 @@ targets:
104
104
target_file : macos_platform_tests.yaml
105
105
106
106
# ## iOS tasks ###
107
- # TODO(stuartmorgan): Swap the architecture of this and ios_platform_tests_*
108
- # once simulator tests are reliable on the ARM infrastructure. See discussion
109
- # at https://github.com/flutter/plugins/pull/5693#issuecomment-1126011089
110
- - name : Mac_arm64 ios_build_all_plugins master
111
- recipe : plugins/plugins
112
- timeout : 30
113
- properties :
114
- channel : master
115
- add_recipes_cq : " true"
116
- version_file : flutter_master.version
117
- target_file : ios_build_all_plugins.yaml
118
-
119
- - name : Mac_arm64 ios_build_all_plugins stable
120
- recipe : plugins/plugins
121
- timeout : 30
122
- properties :
123
- channel : stable
124
- add_recipes_cq : " true"
125
- version_file : flutter_stable.version
126
- target_file : ios_build_all_plugins.yaml
127
-
107
+ # ios_platform_tests builds all the plugins on ARM, so this build is run
108
+ # on Intel to give us build coverage of both host types.
128
109
- name : Mac_x64 ios_build_all_plugins master
129
- bringup : true # New task, replaces ARM version
130
110
recipe : plugins/plugins
131
111
timeout : 30
132
112
properties :
@@ -136,7 +116,6 @@ targets:
136
116
target_file : ios_build_all_plugins.yaml
137
117
138
118
- name : Mac_x64 ios_build_all_plugins stable
139
- bringup : true # New task, replaces ARM version
140
119
recipe : plugins/plugins
141
120
timeout : 30
142
121
properties :
@@ -145,145 +124,59 @@ targets:
145
124
version_file : flutter_stable.version
146
125
target_file : ios_build_all_plugins.yaml
147
126
148
- # TODO(stuartmorgan): Swap the architecture of this and ios_build_all_plugins
149
- # once simulator tests are reliable on the ARM infrastructure. See discussion
150
- # at https://github.com/flutter/plugins/pull/5693#issuecomment-1126011089
151
- - name : Mac_x64 ios_platform_tests_1_of_4 master
152
- recipe : plugins/plugins
153
- timeout : 60
154
- properties :
155
- add_recipes_cq : " true"
156
- version_file : flutter_master.version
157
- target_file : ios_platform_tests.yaml
158
- package_sharding : " --shardIndex 0 --shardCount 4"
159
-
160
- - name : Mac_x64 ios_platform_tests_2_of_4 master
161
- recipe : plugins/plugins
162
- timeout : 60
163
- properties :
164
- add_recipes_cq : " true"
165
- version_file : flutter_master.version
166
- target_file : ios_platform_tests.yaml
167
- package_sharding : " --shardIndex 1 --shardCount 4"
168
-
169
- - name : Mac_x64 ios_platform_tests_3_of_4 master
170
- recipe : plugins/plugins
171
- timeout : 60
172
- properties :
173
- add_recipes_cq : " true"
174
- version_file : flutter_master.version
175
- target_file : ios_platform_tests.yaml
176
- package_sharding : " --shardIndex 2 --shardCount 4"
177
-
178
- - name : Mac_x64 ios_platform_tests_4_of_4 master
179
- recipe : plugins/plugins
180
- timeout : 60
181
- properties :
182
- add_recipes_cq : " true"
183
- version_file : flutter_master.version
184
- target_file : ios_platform_tests.yaml
185
- package_sharding : " --shardIndex 3 --shardCount 4"
186
-
127
+ # TODO(stuartmorgan): Change all of the ios_platform_tests_* task timeouts
128
+ # to 60 minutes once https://github.com/flutter/flutter/issues/119750 is
129
+ # fixed.
187
130
- name : Mac_arm64 ios_platform_tests_shard_1 master - plugins
188
- bringup : true # New task; will replace Intel version
189
131
recipe : plugins/plugins
190
- timeout : 60
132
+ timeout : 120
191
133
properties :
192
134
add_recipes_cq : " true"
193
135
version_file : flutter_master.version
194
136
target_file : ios_platform_tests.yaml
195
137
package_sharding : " --shardIndex 0 --shardCount 5"
196
138
197
139
- name : Mac_arm64 ios_platform_tests_shard_2 master - plugins
198
- bringup : true # New task; will replace Intel version
199
140
recipe : plugins/plugins
200
- timeout : 60
141
+ timeout : 120
201
142
properties :
202
143
add_recipes_cq : " true"
203
144
version_file : flutter_master.version
204
145
target_file : ios_platform_tests.yaml
205
146
package_sharding : " --shardIndex 1 --shardCount 5"
206
147
207
148
- name : Mac_arm64 ios_platform_tests_shard_3 master - plugins
208
- bringup : true # New task; will replace Intel version
209
149
recipe : plugins/plugins
210
- timeout : 60
150
+ timeout : 120
211
151
properties :
212
152
add_recipes_cq : " true"
213
153
version_file : flutter_master.version
214
154
target_file : ios_platform_tests.yaml
215
155
package_sharding : " --shardIndex 2 --shardCount 5"
216
156
217
157
- name : Mac_arm64 ios_platform_tests_shard_4 master - plugins
218
- bringup : true # New task; will replace Intel version
219
158
recipe : plugins/plugins
220
- timeout : 60
159
+ timeout : 120
221
160
properties :
222
161
add_recipes_cq : " true"
223
162
version_file : flutter_master.version
224
163
target_file : ios_platform_tests.yaml
225
164
package_sharding : " --shardIndex 3 --shardCount 5"
226
165
227
166
- name : Mac_arm64 ios_platform_tests_shard_5 master - plugins
228
- bringup : true # New task; will replace Intel version
229
167
recipe : plugins/plugins
230
- timeout : 60
168
+ timeout : 120
231
169
properties :
232
170
add_recipes_cq : " true"
233
171
version_file : flutter_master.version
234
172
target_file : ios_platform_tests.yaml
235
173
package_sharding : " --shardIndex 4 --shardCount 5"
236
174
237
175
# Don't run full platform tests on both channels in pre-submit.
238
- - name : Mac_x64 ios_platform_tests_1_of_4 stable
239
- recipe : plugins/plugins
240
- presubmit : false
241
- timeout : 60
242
- properties :
243
- channel : stable
244
- add_recipes_cq : " true"
245
- version_file : flutter_stable.version
246
- target_file : ios_platform_tests.yaml
247
- package_sharding : " --shardIndex 0 --shardCount 4"
248
-
249
- - name : Mac_x64 ios_platform_tests_2_of_4 stable
250
- recipe : plugins/plugins
251
- presubmit : false
252
- timeout : 60
253
- properties :
254
- channel : stable
255
- add_recipes_cq : " true"
256
- version_file : flutter_stable.version
257
- target_file : ios_platform_tests.yaml
258
- package_sharding : " --shardIndex 1 --shardCount 4"
259
-
260
- - name : Mac_x64 ios_platform_tests_3_of_4 stable
261
- recipe : plugins/plugins
262
- presubmit : false
263
- timeout : 60
264
- properties :
265
- channel : stable
266
- add_recipes_cq : " true"
267
- version_file : flutter_stable.version
268
- target_file : ios_platform_tests.yaml
269
- package_sharding : " --shardIndex 2 --shardCount 4"
270
-
271
- - name : Mac_x64 ios_platform_tests_4_of_4 stable
272
- recipe : plugins/plugins
273
- presubmit : false
274
- timeout : 60
275
- properties :
276
- channel : stable
277
- add_recipes_cq : " true"
278
- version_file : flutter_stable.version
279
- target_file : ios_platform_tests.yaml
280
- package_sharding : " --shardIndex 3 --shardCount 4"
281
-
282
176
- name : Mac_arm64 ios_platform_tests_shard_1 stable - plugins
283
- bringup : true # New task; will replace Intel version
284
177
recipe : plugins/plugins
285
178
presubmit : false
286
- timeout : 60
179
+ timeout : 120
287
180
properties :
288
181
channel : stable
289
182
add_recipes_cq : " true"
@@ -292,10 +185,9 @@ targets:
292
185
package_sharding : " --shardIndex 0 --shardCount 5"
293
186
294
187
- name : Mac_arm64 ios_platform_tests_shard_2 stable - plugins
295
- bringup : true # New task; will replace Intel version
296
188
recipe : plugins/plugins
297
189
presubmit : false
298
- timeout : 60
190
+ timeout : 120
299
191
properties :
300
192
channel : stable
301
193
add_recipes_cq : " true"
@@ -304,10 +196,9 @@ targets:
304
196
package_sharding : " --shardIndex 1 --shardCount 5"
305
197
306
198
- name : Mac_arm64 ios_platform_tests_shard_3 stable - plugins
307
- bringup : true # New task; will replace Intel version
308
199
recipe : plugins/plugins
309
200
presubmit : false
310
- timeout : 60
201
+ timeout : 120
311
202
properties :
312
203
channel : stable
313
204
add_recipes_cq : " true"
@@ -316,10 +207,9 @@ targets:
316
207
package_sharding : " --shardIndex 2 --shardCount 5"
317
208
318
209
- name : Mac_arm64 ios_platform_tests_shard_4 stable - plugins
319
- bringup : true # New task; will replace Intel version
320
210
recipe : plugins/plugins
321
211
presubmit : false
322
- timeout : 60
212
+ timeout : 120
323
213
properties :
324
214
channel : stable
325
215
add_recipes_cq : " true"
@@ -328,10 +218,9 @@ targets:
328
218
package_sharding : " --shardIndex 3 --shardCount 5"
329
219
330
220
- name : Mac_arm64 ios_platform_tests_shard_5 stable - plugins
331
- bringup : true # New task; will replace Intel version
332
221
recipe : plugins/plugins
333
222
presubmit : false
334
- timeout : 60
223
+ timeout : 120
335
224
properties :
336
225
channel : stable
337
226
add_recipes_cq : " true"
0 commit comments