Temporarily disable ios_arm64 platform builds#123985
Conversation
There was a problem hiding this comment.
Pull request overview
This PR temporarily disables ios_arm64 platform builds in the runtime CI pipelines due to device/app installation issues, while leaving tvos_arm64 builds enabled and tracked via a GitHub issue.
Changes:
- Commented out
ios_arm64from theplatformslists ineng/pipelines/runtime.yml, adding a tracking issue reference. - Commented out
ios_arm64from all relevantplatformslists ineng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml, also with the same tracking issue reference.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/runtime.yml | Disables ios_arm64 CI legs for specific runtime flavors while keeping tvos_arm64 active and documents the tracking issue. |
| eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml | Disables ios_arm64 in all extra iOS-like platform jobs while preserving tvos_arm64 and adds a consistent tracking issue comment. |
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
matouskozak
left a comment
There was a problem hiding this comment.
I wonder if the full queue of iOS devices is malfunctioning, based on the list from #123796 (comment)...
I took a quick look at the error and it looks like a device configuration issue
|
Could be, I think there are more machines in the queue. Let's check with the engineering team. |
|
/ba-g DAC failures Skipping validation to unblock other PRs in the repo |
This reverts commit 5319d34.
## Description App installation fails on a subset of devices in the pool. tvOS devices function as expected, indicating a potential issue with device connectivity. This will be followed up with the engineering team. Contributes to dotnet#123796 dotnet#122874
Description
App installation fails on a subset of devices in the pool. tvOS devices function as expected, indicating a potential issue with device connectivity. This will be followed up with the engineering team.
Contributes to #123796 #122874