From 9896642c92e15757eee66465d201749a0858d01e Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Tue, 11 Apr 2023 09:01:56 -0700 Subject: [PATCH] Promote mac_unopt to prod. Mac_unopt is ready to replace Mac Unopt build. This change promotes the engine v2 build to use prod resources and moves the legacy Mac Unopt to staging. Note: the failures in staging are related to lack of mac resources on staging to run successfully. --- .ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 1e57672f6f0a2..c80439e5d89dc 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -363,14 +363,14 @@ targets: { "sdk_version": "14a5294e" } - name: Mac mac_unopt - bringup: true recipe: engine_v2/engine_v2 properties: config_name: mac_unopt add_recipes_cq: "true" - timeout: 180 # set timeout to 3H while this runs on staging. + timeout: 60 - name: Mac Unopt + bringup: true recipe: engine/engine_unopt properties: add_recipes_cq: "true"