Only use iOS 17 physical devices in staging tests (#142323)
Don't use iOS 17 devices in pre and post submit tests yet.
This commit is contained in:
parent
8bc0901076
commit
e1785b315b
29
.ci.yaml
29
.ci.yaml
@ -220,7 +220,7 @@ platform_properties:
|
||||
]
|
||||
os: Mac-13
|
||||
cpu: x86
|
||||
device_os: iOS-16|iOS-17
|
||||
device_os: iOS-16
|
||||
$flutter/osx_sdk : >-
|
||||
{
|
||||
"sdk_version": "15a240d"
|
||||
@ -238,7 +238,7 @@ platform_properties:
|
||||
]
|
||||
os: Mac-13
|
||||
cpu: x86
|
||||
device_os: iOS-16|iOS-17
|
||||
device_os: iOS-16
|
||||
$flutter/osx_sdk : >-
|
||||
{
|
||||
"sdk_version": "15a240d"
|
||||
@ -256,7 +256,7 @@ platform_properties:
|
||||
]
|
||||
os: Mac-13
|
||||
cpu: arm64
|
||||
device_os: iOS-16|iOS-17
|
||||
device_os: iOS-16
|
||||
$flutter/osx_sdk : >-
|
||||
{
|
||||
"sdk_version": "15a240d"
|
||||
@ -4236,6 +4236,7 @@ targets:
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
device_os: iOS-16|iOS-17
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: basic_material_app_ios__compile
|
||||
@ -4334,6 +4335,7 @@ targets:
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
device_os: iOS-16|iOS-17
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: flavors_test_ios_xcode_debug
|
||||
@ -4362,23 +4364,12 @@ targets:
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
device_os: iOS-16|iOS-17
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: flutter_gallery_ios__start_up_xcode_debug
|
||||
bringup: true
|
||||
|
||||
# TODO(vashworth): Remove after https://github.com/flutter/flutter/issues/141383 is fixed.
|
||||
- name: Mac_arm64_ios flutter_gallery_ios__start_up
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: flutter_gallery_ios__start_up
|
||||
os: Mac-14
|
||||
bringup: true
|
||||
|
||||
- name: Mac_ios flutter_view_ios__start_up
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
@ -4434,6 +4425,7 @@ targets:
|
||||
bringup: true
|
||||
timeout: 60
|
||||
properties:
|
||||
device_os: iOS-16|iOS-17
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: integration_test_test_ios
|
||||
@ -4444,6 +4436,7 @@ targets:
|
||||
bringup: true
|
||||
timeout: 60
|
||||
properties:
|
||||
device_os: iOS-16|iOS-17
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: integration_test_test_ios
|
||||
@ -4462,6 +4455,7 @@ targets:
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
device_os: iOS-16|iOS-17
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: integration_ui_ios_driver_xcode_debug
|
||||
@ -4588,6 +4582,7 @@ targets:
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
device_os: iOS-16|iOS-17
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: microbenchmarks_ios_xcode_debug
|
||||
@ -4738,6 +4733,7 @@ targets:
|
||||
bringup: true
|
||||
timeout: 60
|
||||
properties:
|
||||
device_os: iOS-16|iOS-17
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: hot_mode_dev_cycle_ios__benchmark
|
||||
@ -4748,6 +4744,7 @@ targets:
|
||||
bringup: true
|
||||
timeout: 60
|
||||
properties:
|
||||
device_os: iOS-16|iOS-17
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: hot_mode_dev_cycle_ios__benchmark
|
||||
@ -4800,7 +4797,7 @@ targets:
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: flutter_gallery__transition_perf_e2e_ios
|
||||
drone_dimensions: >
|
||||
["device_os=iOS-16|iOS-17","os=Mac-13", "cpu=x86"]
|
||||
["device_os=iOS-16","os=Mac-13", "cpu=x86"]
|
||||
|
||||
- name: Mac_ios animated_blur_backdrop_filter_perf_ios__timeline_summary
|
||||
recipe: devicelab/devicelab_drone
|
||||
|
Loading…
x
Reference in New Issue
Block a user