forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 19
/
.ci.yaml
451 lines (419 loc) · 10.6 KB
/
.ci.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
# Describes the targets run in continuous integration environment.
#
# Flutter infra uses this file to generate a checklist of tasks to be performed
# for every commit.
#
# More information at:
# * https://github.com/flutter/cocoon/blob/main/CI_YAML.md
enabled_branches:
- main
- flutter-\d+\.\d+-candidate\.\d+
- fuchsia_r\d+[a-z]*
platform_properties:
linux:
properties:
# CIPD flutter/java/openjdk/$platform
dependencies: >-
[
{"dependency": "open_jdk", "version": "version:17"},
{"dependency": "gradle_cache", "version": "none"}
]
device_type: none
os: Ubuntu
cores: "8"
mac:
properties:
# CIPD flutter/java/openjdk/$platform
dependencies: >-
[
{"dependency": "open_jdk", "version": "version:17"}
]
device_type: none
os: Mac-13|Mac-14
$flutter/osx_sdk : >-
{
"sdk_version": "15a240d"
}
windows:
properties:
# CIPD flutter/java/openjdk/$platform
dependencies: >-
[
{"dependency": "open_jdk", "version": "version:17"}
]
device_type: none
os: Windows-10
# The current android emulator config names can be found here:
# https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/android/avd/proto
# You may use those names for the android_virtual_device version.
targets:
- name: Linux local_engine_builds
enabled_branches:
- main
recipe: engine_v2/engine_v2
properties:
config_name: local_engine
- name: Linux linux_android_emulator_tests
enabled_branches:
- main
recipe: engine_v2/engine_v2
properties:
config_name: linux_android_emulator
dependencies: >-
[
{"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}
]
# work around https://github.com/flutter/flutter/issues/151249
timeout: 240
runIf:
- .ci.yaml
- ci/builders/linux_android_emulator.json
- DEPS
- lib/ui/**
- shell/platform/android/**
- testing/scenario_app/**
- testing/skia_gold_client/**
- name: Linux linux_android_emulator_skia_tests
enabled_branches:
- main
recipe: engine_v2/engine_v2
properties:
config_name: linux_android_emulator_skia
dependencies: >-
[
{"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}
]
timeout: 240
runIf:
- .ci.yaml
- ci/builders/linux_android_emulator.json
- DEPS
- lib/ui/**
- shell/platform/android/**
- testing/scenario_app/**
- testing/skia_gold_client/**
- name: Linux builder_cache
enabled_branches:
- main
recipe: engine_v2/cache
presubmit: false
properties:
cache_name: "builder"
cache_paths: >-
[
"builder",
"git"
]
gclient_variables: >-
{
"download_emsdk": "true",
"download_android_deps": "true"
}
timeout: 240
- name: Windows builder_cache
enabled_branches:
- main
recipe: engine_v2/cache
presubmit: false
properties:
cache_name: "builder"
cache_paths: >-
[
"builder",
"git"
]
gclient_variables: >-
{
"download_android_deps": "true"
}
timeout: 240
- name: Mac builder_cache
enabled_branches:
- main
recipe: engine_v2/cache
presubmit: false
properties:
cache_name: "builder"
cache_paths: >-
[
"builder",
"git"
]
ignore_cache_paths: >-
[
"builder/src/flutter/prebuilts/SDKs",
"builder/src/flutter/prebuilts/Library"
]
gclient_variables: >-
{
"download_android_deps": "true"
}
timeout: 240
- name: Linux linux_benchmarks
enabled_branches:
- main
recipe: engine_v2/builder
presubmit: false
properties:
config_name: linux_benchmarks
timeout: 240
- name: Linux linux_fuchsia
recipe: engine_v2/engine_v2
timeout: 240
properties:
release_build: "true"
config_name: linux_fuchsia
# Do not remove(https://github.com/flutter/flutter/issues/144644)
# Scheduler will fail to get the platform
drone_dimensions:
- os=Linux
dimensions:
kvm: "1"
- name: Linux linux_clang_tidy
recipe: engine_v2/engine_v2
timeout: 240
properties:
config_name: linux_clang_tidy
runIf:
- DEPS
- .ci.yaml
- tools/clang_tidy/**
- ci/builders/**
- ci/clang_tidy.sh
- "**.h"
- "**.c"
- "**.cc"
- "**.fbs"
- "**.frag"
- "**.vert"
- name: Linux linux_arm_host_engine
recipe: engine_v2/engine_v2
timeout: 240
properties:
add_recipes_cq: "true"
release_build: "true"
config_name: linux_arm_host_engine
drone_dimensions:
- os=Linux
- name: Linux linux_host_engine
recipe: engine_v2/engine_v2
timeout: 240
properties:
add_recipes_cq: "true"
release_build: "true"
config_name: linux_host_engine
dependencies: >-
[
{"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}
]
drone_dimensions:
- os=Linux
- name: Linux linux_host_desktop_engine
recipe: engine_v2/engine_v2
timeout: 240
properties:
add_recipes_cq: "true"
release_build: "true"
config_name: linux_host_desktop_engine
drone_dimensions:
- os=Linux
- name: Linux linux_android_aot_engine
recipe: engine_v2/engine_v2
timeout: 240
properties:
add_recipes_cq: "true"
release_build: "true"
config_name: linux_android_aot_engine
drone_dimensions:
- os=Linux
- name: Linux linux_android_debug_engine
recipe: engine_v2/engine_v2
timeout: 240
properties:
add_recipes_cq: "true"
release_build: "true"
config_name: linux_android_debug_engine
drone_dimensions:
- os=Linux
- name: Linux linux_license
recipe: engine_v2/builder
timeout: 240
properties:
add_recipes_cq: "true"
config_name: linux_license
clobber: "true"
- name: Linux linux_web_engine
recipe: engine_v2/engine_v2
timeout: 240
properties:
release_build: "true"
config_name: linux_web_engine
drone_dimensions:
- os=Linux
runIf:
- DEPS
- .ci.yaml
- lib/web_ui/**
- web_sdk/**
- tools/**
- ci/**
- flutter_frontend_server/**
- name: Linux clangd
recipe: engine_v2/engine_v2
timeout: 240
properties:
config_name: linux_unopt_debug_no_rbe
- name: Linux linux_unopt
recipe: engine_v2/engine_v2
timeout: 240
properties:
config_name: linux_unopt
- name: Linux Web Framework tests
recipe: engine/web_engine_framework
enabled_branches:
- main
properties:
add_recipes_cq: "true"
cores: "32"
gclient_variables: >-
{"download_emsdk": true}
dependencies: >-
[
{"dependency": "chrome_and_driver", "version": "version:119.0.6045.9"},
{"dependency": "curl", "version": "version:7.64.0"}
]
no_goma: "true"
drone_dimensions: >
["device_type=none", "os=Linux"]
shard: web_tests
subshards: >-
["0", "1", "2", "3", "4", "5", "6", "7_last"]
timeout: 240
runIf:
- DEPS
- .ci.yaml
- lib/web_ui/**
- web_sdk/**
- tools/**
- ci/**
- flutter_frontend_server/**
- name: Linux mac_android_aot_engine
recipe: engine_v2/engine_v2
timeout: 240
properties:
add_recipes_cq: "true"
release_build: "true"
config_name: mac_android_aot_engine
drone_dimensions:
- os=Linux
- name: Mac mac_clang_tidy
recipe: engine_v2/engine_v2
timeout: 240
properties:
config_name: mac_clang_tidy
runIf:
- DEPS
- .ci.yaml
- tools/clang_tidy/**
- ci/builders/**
- ci/clang_tidy.sh
- "**.h"
- "**.c"
- "**.cc"
- "**.fbs"
- "**.frag"
- "**.vert"
- "**.m"
- "**.mm"
- name: Mac mac_host_engine
recipe: engine_v2/engine_v2
timeout: 240
properties:
add_recipes_cq: "true"
release_build: "true"
cpu: arm64
config_name: mac_host_engine
dependencies: >-
[
{"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}
]
$flutter/osx_sdk : >-
{
"sdk_version": "15a240d"
}
drone_dimensions:
- os=Mac-13|Mac-14
- name: Linux mac_clangd
recipe: engine_v2/engine_v2
timeout: 240
# Avoid using a Mac orchestrator to save ~5 minutes of Mac host time.
drone_dimensions:
- os=Linux
properties:
config_name: mac_unopt_debug_no_rbe
- name: Mac mac_unopt
recipe: engine_v2/engine_v2
properties:
config_name: mac_unopt
add_recipes_cq: "true"
timeout: 240
- name: Mac mac_ios_engine
recipe: engine_v2/engine_v2
timeout: 240
properties:
add_recipes_cq: "true"
release_build: "true"
config_name: mac_ios_engine
$flutter/osx_sdk : >-
{
"sdk_version": "15a240d"
}
drone_dimensions:
- os=Mac-13|Mac-14
- cpu=x86
- name: Mac impeller-cmake-example
bringup: true
recipe: engine_v2/engine_v2
timeout: 240
properties:
cpu: arm64
config_name: mac_impeller_cmake_example
- name: Windows windows_android_aot_engine
recipe: engine_v2/engine_v2
timeout: 240
properties:
add_recipes_cq: "true"
release_build: "true"
config_name: windows_android_aot_engine
drone_dimensions:
- os=Windows
- name: Windows windows_host_engine
recipe: engine_v2/engine_v2
timeout: 240
properties:
add_recipes_cq: "true"
release_build: "true"
config_name: windows_host_engine
drone_dimensions:
- os=Windows
- name: Windows windows_arm_host_engine
recipe: engine_v2/engine_v2
timeout: 240
enabled_branches:
# Don't run this on release branches
- main
properties:
add_recipes_cq: "true"
config_name: windows_arm_host_engine
drone_dimensions:
- os=Windows
- name: Windows windows_unopt
recipe: engine_v2/builder
timeout: 240
properties:
config_name: windows_unopt
- name: Linux ci_yaml engine roller
bringup: true
recipe: infra/ci_yaml
properties:
backfill: "false"