From e78f91236eff328459d94da73010a11a08b99fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:03:27 -0700 Subject: [PATCH] [ci] Disable Windows Arm64 stable CI (#5217) The Windows Arm64 build-only stable test is currently failing as the necessary build layout migration hasn't landed on stable yet: https://github.com/flutter/flutter/commit/792e26df9540cf2cf510ea0c11a53ba10a243424 This test can be re-added after the next Flutter stable release. This is tracked by https://github.com/flutter/flutter/issues/129813 --- .ci.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 4eaaea400185..ec8c2196d37b 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -1107,20 +1107,6 @@ targets: {"dependency": "vs_build", "version": "version:vs2019"} ] - - name: Windows_arm64 windows-build_all_packages stable - recipe: packages/packages - timeout: 30 - bringup: true # https://github.com/flutter/flutter/issues/134083 - properties: - add_recipes_cq: "true" - target_file: windows_build_all_packages.yaml - channel: stable - version_file: flutter_stable.version - dependencies: > - [ - {"dependency": "vs_build", "version": "version:vs2019"} - ] - - name: Windows_x64 repo_tools_tests recipe: packages/packages timeout: 30