From 7b07e08d3278360261860dec7abf1104a67b1656 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Wed, 26 Apr 2023 08:54:38 -0700 Subject: [PATCH] Migrate Windows AOT Engine to Engine V2. Both builds are generating artifacts in the same way. This is moving the legacy builder to staging and updating Windows windows_aot_engine build to upload artifacts to prod. --- .ci.yaml | 1 + ci/builders/windows_android_aot_engine.json | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index faeb24c86ae87..2765cf990b272 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -456,6 +456,7 @@ targets: config_name: mac_impeller_cmake_example - name: Windows Android AOT Engine + bringup: true recipe: engine/engine properties: build_android_aot: "true" diff --git a/ci/builders/windows_android_aot_engine.json b/ci/builders/windows_android_aot_engine.json index bb8c310edc4ea..933478b3523b8 100644 --- a/ci/builders/windows_android_aot_engine.json +++ b/ci/builders/windows_android_aot_engine.json @@ -8,7 +8,8 @@ "include_paths": [ "out/android_profile/zip_archives/android-arm-profile/windows-x64.zip" ], - "name": "android_profile" + "name": "android_profile", + "realm": "production" } ], "drone_dimensions": [ @@ -36,7 +37,8 @@ "include_paths": [ "out/android_profile_arm64/zip_archives/android-arm64-profile/windows-x64.zip" ], - "name": "android_profile_arm64" + "name": "android_profile_arm64", + "realm": "production" } ], "drone_dimensions": [ @@ -65,7 +67,8 @@ "include_paths": [ "out/android_profile_x64/zip_archives/android-x64-profile/windows-x64.zip" ], - "name": "android_profile_x64" + "name": "android_profile_x64", + "realm": "production" } ], "drone_dimensions": [ @@ -94,7 +97,8 @@ "include_paths": [ "out/android_release/zip_archives/android-arm-release/windows-x64.zip" ], - "name": "android_release" + "name": "android_release", + "realm": "production" } ], "drone_dimensions": [ @@ -122,7 +126,8 @@ "include_paths": [ "out/android_release_arm64/zip_archives/android-arm64-release/windows-x64.zip" ], - "name": "android_release_arm64" + "name": "android_release_arm64", + "realm": "production" } ], "drone_dimensions": [ @@ -151,7 +156,8 @@ "include_paths": [ "out/android_release_x64/zip_archives/android-x64-release/windows-x64.zip" ], - "name": "android_release_x64" + "name": "android_release_x64", + "realm": "production" } ], "drone_dimensions": [