-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add a test to run on iPhone 16 #166781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a test to run on iPhone 16 #166781
Conversation
iPhone 16 is only hooked up in the try pool at the moment, so this will fail in the staging pool after landing, following which we can run the test in a second PR in presubmit by changing presubmit to true.
.ci.yaml
Outdated
| { | ||
| "sdk_version": "16c5032a" | ||
| } | ||
| mac_arm64_new_ios: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vashworth Feel free to suggest a better name here. Previously, we've been adding the device name in this string, but iOS can do that or something different.
|
@zanderso Are you just trying to confirm that the device is set up properly? I believe you can just alter the properties of an existing test if you're just one-off testing - name: Mac_ios animated_advanced_blend_perf_ios__timeline_summary
recipe: devicelab/devicelab_drone
presubmit: true
timeout: 60
properties:
os: Mac-15
cpu: arm64
device_os: iOS-18
tags: >
["devicelab", "ios", "mac"]
task_name: animated_advanced_blend_perf_ios__timeline_summary |
Oh, yeah, good idea. We can start with that. Updated. |
|
Need a recipe change to add an identifier string: https://flutter-review.googlesource.com/c/recipes/+/64580 |
|
The recipe change landed. The test runs and fails with |
Looks like macOS 15 issue: #161846 I will need to brainstorm how to fix this in CI 🤔 |
|
multicast issues as in mDNS? Can we disable the mDNS client - its not used by flutter run (only attach - which itself is less than useful) |
Unfortunately, it's also used in |
|
@vashworth Yes, after https://chrome-internal-review.googlesource.com/c/infradata/config/+/8176175 lands (and a little propagation time), all three pools will have iPhone 16 devices available. Thanks! |
|
I'm going to go ahead and close this while I'm resolving #166843 |
iPhone 16 is only hooked up in the try pool at the moment, so this will fail in the staging pool after landing, following which we can run the test in a second PR in presubmit by changing presubmit to true.
Next step of #163002