From 7925bc6df923eed91a595d64f35a9aab92914e1d Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Wed, 3 May 2023 14:34:15 -0700 Subject: [PATCH] Migrate linux_host_engine to engine v2. The artifacts generated by legacy and engine v2 are identical. This PR is moving linux host engine to staging and starts uploading engine v2 artifacts to production. --- .ci.yaml | 1 + ci/builders/linux_host_engine.json | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index e8dd8448bcc6f..a52dd61613ac1 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -183,6 +183,7 @@ targets: - name: Linux Host Engine recipe: engine/engine + bringup: true properties: gclient_variables: >- {"download_emsdk": true} diff --git a/ci/builders/linux_host_engine.json b/ci/builders/linux_host_engine.json index 9b2e75890f714..9c2945e1fc046 100644 --- a/ci/builders/linux_host_engine.json +++ b/ci/builders/linux_host_engine.json @@ -76,7 +76,8 @@ "out/host_debug/zip_archives/linux-x64/font-subset.zip", "out/host_debug/zip_archives/flutter_patched_sdk.zip", "out/host_debug/zip_archives/dart-sdk-linux-x64.zip" - ] + ], + "realm": "production" } ], "drone_dimensions": [ @@ -176,7 +177,8 @@ "type": "gcs", "include_paths": [ "out/host_release/zip_archives/flutter_patched_sdk_product.zip" - ] + ], + "realm": "production" } ], "drone_dimensions": [