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": [