Uh oh!
There was an error while loading. Please reload this page.
[RUM-18130] Migrate test jobs to macOS Sequoia ARM64 runners - #1375
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates GitLab CI to run macOS-based jobs on newer Apple Silicon runners and targets newer iOS simulator versions for Xcode test execution.
Changes:
- Switched macOS runner tags from
macos:sonomatomacos:sequoia-arm64across test jobs - Updated iOS simulator destination from iOS
17.4/ iPhone15 Pro Maxto iOS18.5/ iPhone16 Pro Maxfor Xcode tests
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
✅ All CI checks and tests passed. 🎉 All green!🧪 All tests passed 🔗 Commit SHA: b17dd74 | Docs | View more details | Give us feedback! |
Uh oh!
There was an error while loading. Please reload this page.
6fade31 to
b17dd74CompareThere was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Suppressed comments (1)
.gitlab-ci.yml:10
DEVELOPER_DIRis pinned to a fully versioned Xcode app bundle path (/Applications/Xcode-16.4.0.app/...). This makes the pipeline brittle if the runner image updates the Xcode patch version or uses a different naming convention (common on macOS images), causing all jobs to fail at startup. Consider switching to a stable path/symlink agreed for the runner image (e.g., a non-patch app name) or selecting the desired Xcode viaxcode-selectin the iOS jobs so minor image updates don’t require CI config changes.
DEVELOPER_DIR: '/Applications/Xcode-16.4.0.app/Contents/Developer'
IOS_SIMULATOR_DESTINATION: 'platform=iOS Simulator,OS=18.5,name=iPhone 16 Pro Max'
Uh oh!
There was an error while loading. Please reload this page.
What does this PR do?
Motivation