From 1e2eb9afd46082051a187fe3aed7fd90eb163d6e Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Tue, 25 Apr 2023 12:00:36 -0700 Subject: [PATCH] Migrate windows host engine to engine v2. Windows host engine and windows_engine_host_engine builds are generating the artifacts using gn+ninja. This PR is sending the legacy build to staging and starts uploading the engine v2 artifacts to prod. --- .ci.yaml | 1 + ci/builders/windows_host_engine.json | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 570b469e240dd..faeb24c86ae87 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -464,6 +464,7 @@ targets: timeout: 60 - name: Windows Host Engine + bringup: true recipe: engine/engine timeout: 60 properties: diff --git a/ci/builders/windows_host_engine.json b/ci/builders/windows_host_engine.json index 7c7cfc5bcf5ac..9f182b1a194bf 100644 --- a/ci/builders/windows_host_engine.json +++ b/ci/builders/windows_host_engine.json @@ -13,7 +13,8 @@ "out/host_debug/zip_archives/windows-x64-debug/windows-x64-flutter.zip", "out/host_debug/zip_archives/windows-x64/flutter-cpp-client-wrapper.zip" ], - "name": "host_debug" + "name": "host_debug", + "realm": "production" } ], "drone_dimensions": [ @@ -63,7 +64,8 @@ "include_paths": [ "out/host_profile/zip_archives/windows-x64-profile/windows-x64-flutter.zip" ], - "name": "host_profile" + "name": "host_profile", + "realm": "production" } ], "drone_dimensions": [ @@ -96,7 +98,8 @@ "include_paths": [ "out/host_release/zip_archives/windows-x64-release/windows-x64-flutter.zip" ], - "name": "host_profile" + "name": "host_profile", + "realm": "production" } ], "drone_dimensions": [