Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ed31c3d

Browse files
authored
Move the two remaining engine v2 builds to prod. (#37274)
* Move the two remaining engine v2 builds to prod. This is also removing the environment variable as it is not needed anymore. Bug: flutter/flutter#81855 * Remove remaining env variables.
1 parent 2c9a6d6 commit ed31c3d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.ci.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -240,31 +240,27 @@ targets:
240240
properties:
241241
release_build: "true"
242242
config_name: linux_arm_host_engine
243-
environment: Production
244243

245244
- name: Linux linux_host_engine
246245
recipe: engine_v2/engine_v2
247246
timeout: 60
248247
properties:
249248
release_build: "true"
250249
config_name: linux_host_engine
251-
environment: Production
252250

253251
- name: Linux linux_android_aot_engine
254252
recipe: engine_v2/engine_v2
255253
timeout: 60
256254
properties:
257255
release_build: "true"
258256
config_name: linux_android_aot_engine
259-
environment: Production
260257

261258
- name: Linux linux_android_debug_engine
262259
recipe: engine_v2/engine_v2
263260
timeout: 60
264261
properties:
265262
release_build: "true"
266263
config_name: linux_android_debug_engine
267-
environment: Production
268264

269265
- name: Linux Web Engine
270266
recipe: engine/web_engine
@@ -330,18 +326,15 @@ targets:
330326

331327
- name: Mac mac_android_aot_engine
332328
recipe: engine_v2/engine_v2
333-
bringup: true
334329
timeout: 60
335330
properties:
336331
config_name: mac_android_aot_engine
337-
environment: Staging
338332

339333
- name: Mac mac_host_engine
340334
recipe: engine_v2/engine_v2
341335
timeout: 60
342336
properties:
343337
config_name: mac_host_engine
344-
environment: Production
345338

346339
- name: Mac Unopt
347340
recipe: engine/engine_unopt
@@ -432,7 +425,6 @@ targets:
432425
timeout: 60
433426
properties:
434427
config_name: mac_ios_engine
435-
environment: Production
436428
dependencies: >-
437429
[
438430
{"dependency": "jazzy", "version": "0.14.1"}
@@ -443,15 +435,12 @@ targets:
443435
timeout: 60
444436
properties:
445437
config_name: mac_ios_engine_profile
446-
environment: Production
447438

448439
- name: Mac mac_ios_engine_release
449440
recipe: engine_v2/engine_v2
450-
bringup: true
451441
timeout: 60
452442
properties:
453443
config_name: mac_ios_engine_release
454-
environment: Staging
455444

456445
- name: Windows Android AOT Engine
457446
recipe: engine/engine
@@ -474,15 +463,13 @@ targets:
474463
timeout: 60
475464
properties:
476465
config_name: windows_android_aot_engine
477-
environment: Staging
478466

479467
- name: Windows windows_host_engine
480468
recipe: engine_v2/engine_v2
481469
bringup: true
482470
timeout: 60
483471
properties:
484472
config_name: windows_host_engine
485-
environment: Staging
486473

487474
- name: Windows Unopt
488475
recipe: engine/engine_unopt

0 commit comments

Comments
 (0)