@@ -240,31 +240,27 @@ targets:
240
240
properties :
241
241
release_build : " true"
242
242
config_name : linux_arm_host_engine
243
- environment : Production
244
243
245
244
- name : Linux linux_host_engine
246
245
recipe : engine_v2/engine_v2
247
246
timeout : 60
248
247
properties :
249
248
release_build : " true"
250
249
config_name : linux_host_engine
251
- environment : Production
252
250
253
251
- name : Linux linux_android_aot_engine
254
252
recipe : engine_v2/engine_v2
255
253
timeout : 60
256
254
properties :
257
255
release_build : " true"
258
256
config_name : linux_android_aot_engine
259
- environment : Production
260
257
261
258
- name : Linux linux_android_debug_engine
262
259
recipe : engine_v2/engine_v2
263
260
timeout : 60
264
261
properties :
265
262
release_build : " true"
266
263
config_name : linux_android_debug_engine
267
- environment : Production
268
264
269
265
- name : Linux Web Engine
270
266
recipe : engine/web_engine
@@ -330,18 +326,15 @@ targets:
330
326
331
327
- name : Mac mac_android_aot_engine
332
328
recipe : engine_v2/engine_v2
333
- bringup : true
334
329
timeout : 60
335
330
properties :
336
331
config_name : mac_android_aot_engine
337
- environment : Staging
338
332
339
333
- name : Mac mac_host_engine
340
334
recipe : engine_v2/engine_v2
341
335
timeout : 60
342
336
properties :
343
337
config_name : mac_host_engine
344
- environment : Production
345
338
346
339
- name : Mac Unopt
347
340
recipe : engine/engine_unopt
@@ -432,7 +425,6 @@ targets:
432
425
timeout : 60
433
426
properties :
434
427
config_name : mac_ios_engine
435
- environment : Production
436
428
dependencies : >-
437
429
[
438
430
{"dependency": "jazzy", "version": "0.14.1"}
@@ -443,15 +435,12 @@ targets:
443
435
timeout : 60
444
436
properties :
445
437
config_name : mac_ios_engine_profile
446
- environment : Production
447
438
448
439
- name : Mac mac_ios_engine_release
449
440
recipe : engine_v2/engine_v2
450
- bringup : true
451
441
timeout : 60
452
442
properties :
453
443
config_name : mac_ios_engine_release
454
- environment : Staging
455
444
456
445
- name : Windows Android AOT Engine
457
446
recipe : engine/engine
@@ -474,15 +463,13 @@ targets:
474
463
timeout : 60
475
464
properties :
476
465
config_name : windows_android_aot_engine
477
- environment : Staging
478
466
479
467
- name : Windows windows_host_engine
480
468
recipe : engine_v2/engine_v2
481
469
bringup : true
482
470
timeout : 60
483
471
properties :
484
472
config_name : windows_host_engine
485
- environment : Staging
486
473
487
474
- name : Windows Unopt
488
475
recipe : engine/engine_unopt
0 commit comments