-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update iOS test lanes from 18.5 to 26.0 #32785
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: PureWeen <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@copilot it looks like the UItests are still running on 16.4 devices |
… selection Co-authored-by: PureWeen <[email protected]>
Fixed in commit cae14d6. The issue was that the device parameter was set to |
|
/azp run MAUI-DeviceTests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Convert UITest and Device Test lanes to use iOS 26.0 ✅
This PR successfully updates all references from iOS 18.5 to iOS 26.0 for UITest and Device Test pipelines.
Changes Made:
eng/pipelines/common/ui-tests.yml- Updated iOS version and device parameterseng/pipelines/common/device-tests-jobs.yml- Updated apiVersion to 26.0 and device to ios-simulator-64_26.0eng/pipelines/arcade/stage-integration-tests.yml- Updated IOS_TEST_DEVICE to ios-simulator-64_26.0src/Controls/tests/TestCases.Shared.Tests/UITest.cs- Updated default iOS version to 26.0Key Fix:
Updated device parameter from
ios-simulator-64toios-simulator-64_26.0to ensure the iOS cake script properly installs and configures iOS 26.0 simulators via xharness. Without the version suffix, xharness would select an older simulator (iOS 16.4) that happened to match the device pattern.Validation Completed:
Impact:
Files Changed: 4
Lines Changed: 12 insertions(+), 12 deletions(-)
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.