-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
fyi-infraFor the attention of Infrastructure teamFor the attention of Infrastructure teamteam-iosOwned by iOS platform teamOwned by iOS platform team
Description
A majority of our iOS devicelab tests are defined to use x86 arch. However, we have more arm64 bots than we do x86. We should either move tests over to arm or preferably allow them to use either.
Lines 276 to 293 in f454856
| mac_ios: | |
| properties: | |
| contexts: >- | |
| [ | |
| "osx_sdk_devicelab" | |
| ] | |
| dependencies: >- | |
| [ | |
| {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, | |
| {"dependency": "apple_signing", "version": "version:to_2025"} | |
| ] | |
| os: Mac-14 | |
| cpu: x86 | |
| device_os: iOS-17|iOS-18 | |
| $flutter/osx_sdk : >- | |
| { | |
| "sdk_version": "16c5032a" | |
| } |
We need to confirm how to will impact benchmarks.
Metadata
Metadata
Assignees
Labels
fyi-infraFor the attention of Infrastructure teamFor the attention of Infrastructure teamteam-iosOwned by iOS platform teamOwned by iOS platform team