Revert "Disable iOS and tvOS jobs until infra issue is fixed"#125950
Revert "Disable iOS and tvOS jobs until infra issue is fixed"#125950kotlarmilos merged 5 commits intomainfrom
Conversation
This reverts commit a65919d.
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
There was a problem hiding this comment.
Pull request overview
This PR reverts a previous pipeline change that disabled iOS and tvOS CI jobs, re-enabling those platforms in the runtime pipeline matrices.
Changes:
- Re-enable
ios_arm64andtvos_arm64in keyeng/pipelines/runtime.ymlplatform matrices. - Re-enable
ios_arm64andtvos_arm64across iOS-like “extra platforms” job matrices.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| eng/pipelines/runtime.yml | Restores iOS/tvOS platforms in multiple platform-matrix job definitions. |
| eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml | Restores iOS/tvOS platforms across iOS-like extra-platform job matrices. |
|
/azp run runtime-ioslike,runtime-ioslikesimulator,runtime-maccatalyst |
|
Azure Pipelines successfully started running 3 pipeline(s). |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Note This review was generated by GitHub Copilot. 🤖 Copilot Code Review — PR #125950Holistic AssessmentMotivation: This PR re-enables iOS ( Approach: The change is a clean Summary: ✅ LGTM. This is a straightforward revert that restores iOS and tvOS CI jobs to their previously working state. The YAML changes are syntactically correct, all 9 platform entries are consistently re-enabled, and no commented-out entries remain. No code, API, or behavioral changes are involved. Detailed Findings✅ Correctness — All platform entries consistently re-enabledAll 9 locations where
Each change is identical in structure — removing the ✅ YAML Syntax — Valid after changesThe indentation and list formatting are correct across all modified sections. The ✅ Scope — Minimal and focusedThe PR contains only the revert changes with no unrelated modifications. The two files changed are exactly the same files modified by the original disable PR #125771.
|
|
/ba-g non-mobile failures |
Reverts #125771