Conversation
7173914 to
c1c09bd
Compare
|
@rurikoaraki @tido64 I confirmed from #3499 that it's not macOS 13 or Xcode 15 that is the problem, but the Azure Devops public image pools for
|
EDIT: By increasing timeouts it seems to be working now. So actually... I think the new VMs were just that much slower........ 🤦 |
|
OK, post FHL update #2: Between this PR and #3499 , I think I've only had like.. 2 of 10 successful runs with iOS E2E tests. I'm pretty sure it's because with the newer VMs, they are much more hardware constrained and the iOS simulator launches much slower. Even when it passes, the total job takes ~1-1.5 hours, rather then the ~30 minutes it takes currently. Given that, I feel uneasy "upgrading" as it would be a devX decrease. I think my next test would be to rewrite the job in GitHub Actions, and see if that pool is any better (I suspect much better, and also macOS 14). @rurikoaraki @tido64 FYI. Also I'm not sure if React Native 0.73 requires Xcode 15, but this will eventually become blocking. React Native macOS most likely does. |
|
FWIW, 0.73 does require Xcode 15. I tried compiling it with Xcode 14 when I was debugging the visionOS condition and it did not like it at all. |
OK. That makes this PR part of the 0.73 effort, and now a much higher priority :D |
Platforms Impacted
Description of changes
Update our CI to Xcode 15.2 and macOS-13 images. Unfortunately, this means disabling the iOS E2E tests as they continue to fail (simulator won't boot) and I haven't found a resolution.
Verification
CI should pass
Pull request checklist
This PR has considered (when applicable):