Skip to content

Commit

Permalink
Re-enable Xcode Debug tests (#132523)
Browse files Browse the repository at this point in the history
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 flutter/flutter#132309.
  • Loading branch information
vashworth authored Aug 22, 2023
1 parent 10b7712 commit b3005a3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b3005a3

Please sign in to comment.