From 86f91f085f628deea0a7e1bfc35520ade79c3b5a Mon Sep 17 00:00:00 2001 From: godofredoc Date: Wed, 16 Nov 2022 15:34:03 -0800 Subject: [PATCH] Move windows engine_v2 to prod. (flutter/engine#37680) Windows engine_v2 are now generating the expected artifacts and ready to be moved to the production environment. Bug: https://github.com/flutter/flutter/issues/81855 --- engine/src/flutter/.ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index 5b5b8fa369..528d4bf91d 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -477,7 +477,6 @@ targets: - name: Windows windows_android_aot_engine recipe: engine_v2/engine_v2 - bringup: true timeout: 60 properties: release_build: "true" @@ -485,7 +484,6 @@ targets: - name: Windows windows_host_engine recipe: engine_v2/engine_v2 - bringup: true timeout: 60 properties: release_build: "true"