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

Move 2 mac ios engine v2 builders to prod. #37051

Merged
merged 1 commit into from
Oct 26, 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
6 changes: 2 additions & 4 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,23 +376,21 @@ targets:

- name: Mac mac_ios_engine
recipe: engine_v2/engine_v2
bringup: true
timeout: 60
properties:
config_name: mac_ios_engine
environment: Staging
environment: Production
dependencies: >-
[
{"dependency": "jazzy", "version": "0.14.1"}
]

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

- name: Mac mac_ios_engine_release
recipe: engine_v2/engine_v2
Expand Down