Re-enable Xcode Debug tests (#132523)
Re-enables Xcode Debug tests (still in bringup). It also has them use an older version of Xcode that is compatible with the host OS. Fixes https://github.com/flutter/flutter/issues/132309.
This commit is contained in:
parent
10b7712b5a
commit
b3005a318b
28
.ci.yaml
28
.ci.yaml
@ -3855,6 +3855,20 @@ targets:
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: flutter_gallery_ios__start_up
|
||||
|
||||
- name: Mac_ios flutter_gallery_ios__start_up_xcode_debug
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: flutter_gallery_ios__start_up_xcode_debug
|
||||
$flutter/osx_sdk : >-
|
||||
{
|
||||
"sdk_version": "14c18"
|
||||
}
|
||||
bringup: true
|
||||
|
||||
- name: Mac_ios flutter_view_ios__start_up
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
@ -3922,6 +3936,20 @@ targets:
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: integration_ui_ios_driver
|
||||
|
||||
- name: Mac_ios integration_ui_ios_driver_xcode_debug
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
tags: >
|
||||
["devicelab", "ios", "mac"]
|
||||
task_name: integration_ui_ios_driver_xcode_debug
|
||||
$flutter/osx_sdk : >-
|
||||
{
|
||||
"sdk_version": "14c18"
|
||||
}
|
||||
bringup: true
|
||||
|
||||
- name: Mac_ios integration_ui_ios_frame_number
|
||||
recipe: devicelab/devicelab_drone
|
||||
presubmit: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user