Unverified Commit bb856079 authored by Victoria Ashworth's avatar Victoria Ashworth Committed by GitHub

Run tests on iOS 17 exclusively (#144022)

Almost all of our devicelab devices are on iOS 17 now, so let's use them exclusively so we can verify that tests pass consistently on iOS 17.

Fixes https://github.com/flutter/flutter/issues/144020.
parent 00229827
...@@ -230,7 +230,7 @@ platform_properties: ...@@ -230,7 +230,7 @@ platform_properties:
] ]
os: Mac-13 os: Mac-13
cpu: x86 cpu: x86
device_os: iOS-16|iOS-17 device_os: iOS-17
$flutter/osx_sdk : >- $flutter/osx_sdk : >-
{ {
"sdk_version": "15a240d" "sdk_version": "15a240d"
...@@ -248,7 +248,7 @@ platform_properties: ...@@ -248,7 +248,7 @@ platform_properties:
] ]
os: Mac-13 os: Mac-13
cpu: x86 cpu: x86
device_os: iOS-16|iOS-17 device_os: iOS-17
$flutter/osx_sdk : >- $flutter/osx_sdk : >-
{ {
"sdk_version": "15a240d" "sdk_version": "15a240d"
...@@ -266,7 +266,7 @@ platform_properties: ...@@ -266,7 +266,7 @@ platform_properties:
] ]
os: Mac-13 os: Mac-13
cpu: arm64 cpu: arm64
device_os: iOS-16|iOS-17 device_os: iOS-17
$flutter/osx_sdk : >- $flutter/osx_sdk : >-
{ {
"sdk_version": "15a240d" "sdk_version": "15a240d"
...@@ -4769,7 +4769,7 @@ targets: ...@@ -4769,7 +4769,7 @@ targets:
["devicelab", "ios", "mac"] ["devicelab", "ios", "mac"]
task_name: flutter_gallery__transition_perf_e2e_ios task_name: flutter_gallery__transition_perf_e2e_ios
drone_dimensions: > drone_dimensions: >
["device_os=iOS-16|iOS-17","os=Mac-13", "cpu=x86"] ["device_os=iOS-17","os=Mac-13", "cpu=x86"]
- name: Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary - name: Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment