From 84ca4b79cfa3b66b2870851ed0cf355ae9b9d719 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Tue, 9 May 2023 13:12:19 -0700 Subject: [PATCH] Replace Windows Unopt with the engine v2 version. (#41861) Both builds have been running successfully. This PR moves Windows Unopt to staging and Windows windows_unopt to prod. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style --- .ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index eb4a710825a9b..d27af1fcb3c46 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -572,13 +572,13 @@ targets: - os=Windows - 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"