Run all flutter/packages macOS tests using Xcode 16 and iOS 18 simulator #148901
Open
2 tasks
Labels
P2
Important issues not at the top of the work list
team-ios
Owned by iOS platform team
triaged-ios
Triaged by iOS platform team
Prerequisites
Instructions
Make a PR that changes the .ci.yaml to use the new Xcode build version and run exclusively on macOS 14. Note that not all tests run in presubmit, so you'll likely need to do some of them via led or edit the .ci.yaml to run the tests in presubmit.
https://github.com/flutter/packages/blob/main/.ci.yaml
https://github.com/flutter/packages/blob/main/.ci/scripts/create_simulator.sh
https://github.com/flutter/packages/blob/main/.ci/targets/ios_platform_tests.yaml
https://github.com/flutter/packages/blob/main/packages/pigeon/tool/shared/test_suites.dart
To run tests using
led
, such as for tests that don't run in presubmit, you can use a command like the following to test against the PR:led get-builder "luci.flutter.staging:Mac_arm64 ios_platform_tests_shard_3 stable" > properties.json
"sdk_version": "15a240d"
with new Xcode build version (case sensitive with CIPD version)cat properties.json | led edit -d os=Mac-14 | led edit -pa git_ref='refs/pull/[insert PR id]/head' | led edit -pa git_url='https://github.com/flutter/packages | led edit-recipes-bundle | led launch
❗ File issues for tests that fail and add links to the issues in #148898. This is important so we can track any fixes that need to be cherrypicked to beta/stable and so steps that are steps are not completed before issues are resolved.
The text was updated successfully, but these errors were encountered: