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

Move the two remaining engine v2 builds to prod. #37274

Merged
merged 2 commits into from
Nov 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,31 +240,27 @@ targets:
properties:
release_build: "true"
config_name: linux_arm_host_engine
environment: Production

- name: Linux linux_host_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: linux_host_engine
environment: Production

- name: Linux linux_android_aot_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: linux_android_aot_engine
environment: Production

- name: Linux linux_android_debug_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: linux_android_debug_engine
environment: Production

- name: Linux Web Engine
recipe: engine/web_engine
Expand Down Expand Up @@ -330,18 +326,15 @@ targets:

- name: Mac mac_android_aot_engine
recipe: engine_v2/engine_v2
bringup: true
timeout: 60
properties:
config_name: mac_android_aot_engine
environment: Staging

- name: Mac mac_host_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
config_name: mac_host_engine
environment: Production

- name: Mac Unopt
recipe: engine/engine_unopt
Expand Down Expand Up @@ -432,7 +425,6 @@ targets:
timeout: 60
properties:
config_name: mac_ios_engine
environment: Production
dependencies: >-
[
{"dependency": "jazzy", "version": "0.14.1"}
Expand All @@ -443,15 +435,12 @@ targets:
timeout: 60
properties:
config_name: mac_ios_engine_profile
environment: Production

- name: Mac mac_ios_engine_release
recipe: engine_v2/engine_v2
bringup: true
timeout: 60
properties:
config_name: mac_ios_engine_release
environment: Staging

- name: Windows Android AOT Engine
recipe: engine/engine
Expand All @@ -474,15 +463,13 @@ targets:
timeout: 60
properties:
config_name: windows_android_aot_engine
environment: Staging

- name: Windows windows_host_engine
recipe: engine_v2/engine_v2
bringup: true
timeout: 60
properties:
config_name: windows_host_engine
environment: Staging

- name: Windows Unopt
recipe: engine/engine_unopt
Expand Down