From 9aa1340b7185634d3e8926d8781d5bc104e75848 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Wed, 2 Nov 2022 18:54:33 -0700 Subject: [PATCH 1/2] Move the two remaining engine v2 builds to prod. This is also removing the environment variable as it is not needed anymore. Bug: https://github.com/flutter/flutter/issues/81855 --- .ci.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 2c34e0fbf8a6f..d46bc4ce7f85a 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -240,7 +240,6 @@ targets: properties: release_build: "true" config_name: linux_arm_host_engine - environment: Production - name: Linux linux_host_engine recipe: engine_v2/engine_v2 @@ -248,7 +247,6 @@ targets: properties: release_build: "true" config_name: linux_host_engine - environment: Production - name: Linux linux_android_aot_engine recipe: engine_v2/engine_v2 @@ -256,7 +254,6 @@ targets: properties: release_build: "true" config_name: linux_android_aot_engine - environment: Production - name: Linux linux_android_debug_engine recipe: engine_v2/engine_v2 @@ -264,7 +261,6 @@ targets: properties: release_build: "true" config_name: linux_android_debug_engine - environment: Production - name: Linux Web Engine recipe: engine/web_engine @@ -330,11 +326,9 @@ targets: - name: Mac mac_android_aot_engine recipe: engine_v2/engine_v2 - bringup: true timeout: 60 properties: config_name: mac_android_aot_engine - environment: Staging - name: Mac mac_host_engine recipe: engine_v2/engine_v2 @@ -447,7 +441,6 @@ targets: - name: Mac mac_ios_engine_release recipe: engine_v2/engine_v2 - bringup: true timeout: 60 properties: config_name: mac_ios_engine_release From 2cb6fc0e3ebad6eaee6b1cf1decadd194aad8549 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Wed, 2 Nov 2022 19:16:56 -0700 Subject: [PATCH 2/2] Remove remaining env variables. --- .ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index d46bc4ce7f85a..99f134cc81026 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -335,7 +335,6 @@ targets: timeout: 60 properties: config_name: mac_host_engine - environment: Production - name: Mac Unopt recipe: engine/engine_unopt @@ -426,7 +425,6 @@ targets: timeout: 60 properties: config_name: mac_ios_engine - environment: Production dependencies: >- [ {"dependency": "jazzy", "version": "0.14.1"} @@ -437,14 +435,12 @@ targets: timeout: 60 properties: config_name: mac_ios_engine_profile - environment: Production - name: Mac mac_ios_engine_release recipe: engine_v2/engine_v2 timeout: 60 properties: config_name: mac_ios_engine_release - environment: Staging - name: Windows Android AOT Engine recipe: engine/engine @@ -467,7 +463,6 @@ targets: timeout: 60 properties: config_name: windows_android_aot_engine - environment: Staging - name: Windows windows_host_engine recipe: engine_v2/engine_v2 @@ -475,7 +470,6 @@ targets: timeout: 60 properties: config_name: windows_host_engine - environment: Staging - name: Windows Unopt recipe: engine/engine_unopt