From 67e67a84815e777ae13f50db2e097ad3ba08ce2f Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Wed, 16 Nov 2022 10:49:20 -0800 Subject: [PATCH] Move windows engine_v2 to prod. 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 --- .ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 375508af319d0..517618a18bc28 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -466,7 +466,6 @@ targets: - name: Windows windows_android_aot_engine recipe: engine_v2/engine_v2 - bringup: true timeout: 60 properties: release_build: "true" @@ -474,7 +473,6 @@ targets: - name: Windows windows_host_engine recipe: engine_v2/engine_v2 - bringup: true timeout: 60 properties: release_build: "true"