Skip to content

Commit 076846c

Browse files
authored
Run a couple of iOS tests in presubmit (flutter#138089)
Run a couple of iOS tests in presubmit to validate macOS 13 bots in the try pool are working successfully and consistently.
1 parent dbb79e6 commit 076846c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3939,18 +3939,18 @@ targets:
39393939
}
39403940
bringup: true
39413941

3942+
# TODO(vashworth): Stop running in presubmit after macOS 13 upgrade is complete (https://github.com/flutter/flutter/issues/134737)
39423943
- name: Mac_ios flutter_gallery_ios__compile
39433944
recipe: devicelab/devicelab_drone
3944-
presubmit: false
39453945
timeout: 60
39463946
properties:
39473947
tags: >
39483948
["devicelab", "ios", "mac"]
39493949
task_name: flutter_gallery_ios__compile
39503950

3951+
# TODO(vashworth): Stop running in presubmit after macOS 13 upgrade is complete (https://github.com/flutter/flutter/issues/134737)
39513952
- name: Mac_arm64_ios flutter_gallery_ios__compile
39523953
recipe: devicelab/devicelab_drone
3953-
presubmit: false
39543954
timeout: 60
39553955
properties:
39563956
tags: >

0 commit comments

Comments
 (0)