From 652da55be6dafdef40d285db62b65faa58ea1da5 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Tue, 9 May 2023 11:17:40 -0700 Subject: [PATCH] Replace Windows Unopt with the engine v2 version. Both builds have been running successfully. This PR moves Windows Unopt to staging and Windows windows_unopt to prod. --- .ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 298507e1628ba..3f9dccdda9871 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -526,13 +526,13 @@ targets: config_name: windows_arm_host_engine - name: Windows windows_unopt - bringup: true recipe: engine_v2/builder timeout: 60 properties: config_name: windows_unopt - name: Windows Unopt + bringup: true recipe: engine/engine_unopt properties: add_recipes_cq: "true"