From 044417cd8b386941480b333b42cda7c4f7cfa488 Mon Sep 17 00:00:00 2001 From: Loic Sharma Date: Tue, 20 Feb 2024 14:30:03 -0800 Subject: [PATCH 1/2] [ci] Run Windows Arm64 build tests post-submit --- .ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 0b277d28053..cf5bd546d91 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -1472,6 +1472,7 @@ targets: - name: Windows_arm64 windows-build_all_packages master recipe: packages/packages + presubmit: false timeout: 30 bringup: true # https://github.com/flutter/flutter/issues/134083 properties: @@ -1490,6 +1491,7 @@ targets: - name: Windows_x64 windows-build_all_packages stable recipe: packages/packages + presubmit: false timeout: 30 properties: target_file: windows_build_all_packages.yaml From 73c7ef3c88bd1ddc54fee5c6626e4987cb540bc1 Mon Sep 17 00:00:00 2001 From: Loic Sharma Date: Wed, 21 Feb 2024 10:18:54 -0800 Subject: [PATCH 2/2] Fix --- .ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index cf5bd546d91..93e3d403534 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -1491,7 +1491,6 @@ targets: - name: Windows_x64 windows-build_all_packages stable recipe: packages/packages - presubmit: false timeout: 30 properties: target_file: windows_build_all_packages.yaml @@ -1508,6 +1507,7 @@ targets: - name: Windows_arm64 windows-build_all_packages stable recipe: packages/packages + presubmit: false timeout: 30 bringup: true properties: