From c0ca261e0745841af45e46acfd44cd6cdb57e4bd Mon Sep 17 00:00:00 2001 From: Victoria Ashworth <15619084+vashworth@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:53:23 -0600 Subject: [PATCH] Only run tests on macOS 12 (#138260) There's an https://github.com/flutter/flutter/issues/138238 with mac_toolchain that makes Xcode installs flakey and an https://github.com/flutter/flutter/issues/138246 that makes Xcode installs more frequent on macOS 13, which is causing presubmit tests to fall frequently. In the meantime, we'll only have tests run on macOS 12. --- .ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 78ac49a8487..bdba592b0a7 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -79,7 +79,7 @@ platform_properties: [ {"dependency": "apple_signing", "version": "version:to_2024"} ] - os: Mac-12|Mac-13 + os: Mac-12 device_type: none # TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved. $flutter/osx_sdk : >- @@ -94,7 +94,7 @@ platform_properties: [ {"dependency": "apple_signing", "version": "version:to_2024"} ] - os: Mac-12|Mac-13 + os: Mac-12 device_type: none cpu: arm64 # TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved. @@ -112,7 +112,7 @@ platform_properties: ] device_type: none mac_model: "Macmini8,1" - os: Mac-12|Mac-13 + os: Mac-12 tags: > ["devicelab", "hostonly", "mac"] # TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved. @@ -128,7 +128,7 @@ platform_properties: [ {"dependency": "apple_signing", "version": "version:to_2024"} ] - os: Mac-12|Mac-13 + os: Mac-12 device_type: none cpu: x86 # TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved. @@ -145,7 +145,7 @@ platform_properties: {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, {"dependency": "apple_signing", "version": "version:to_2024"} ] - os: Mac-12|Mac-13 + os: Mac-12 device_type: none cpu: x86 # TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved. @@ -4449,7 +4449,7 @@ targets: ["devicelab", "ios", "mac"] task_name: flutter_gallery__transition_perf_e2e_ios drone_dimensions: > - ["device_os=iOS-16","os=Mac-12|Mac-13", "cpu=x86"] + ["device_os=iOS-16","os=Mac-12", "cpu=x86"] - name: Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary recipe: devicelab/devicelab_drone