[TEST] Run tests with xCode 25.6 - #1376
Open
cdn34dd wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the GitLab CI macOS runner configuration and iOS test setup to run against a newer macOS image and explicitly select an Xcode version before running iOS native tests.
Changes:
- Added an Xcode version variable and a reusable
select-xcodesnippet - Switched macOS runner tags from
macos:sonomatomacos:sequoia-arm64 - Updated iOS simulator destinations and ensured Xcode selection runs before iOS test jobs
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| - notify | ||
|
|
||
| .snippets: | ||
| select-xcode: |
| - yarn | ||
| - (cd example/ios && RCT_NEW_ARCH_ENABLED=0 pod install --repo-update) | ||
| - set -o pipefail && xcodebuild -workspace example/ios/DdSdkReactNativeExample.xcworkspace -scheme DatadogSDKReactNative test -destination "platform=iOS Simulator,OS=17.4,name=iPhone 15 Pro Max" | xcbeautify | ||
| - set -o pipefail && xcodebuild -workspace example/ios/DdSdkReactNativeExample.xcworkspace -scheme DatadogSDKReactNative test -destination "platform=iOS Simulator,OS=26.5,name=iPhone 17 Pro" | xcbeautify |
| - yarn | ||
| - (cd example/ios && RCT_NEW_ARCH_ENABLED=0 pod install --repo-update) | ||
| - set -o pipefail && xcodebuild -workspace example/ios/DdSdkReactNativeExample.xcworkspace -scheme DatadogSDKReactNativeSessionReplay test -destination "platform=iOS Simulator,OS=17.4,name=iPhone 15 Pro Max" | xcbeautify | ||
| - set -o pipefail && xcodebuild -workspace example/ios/DdSdkReactNativeExample.xcworkspace -scheme DatadogSDKReactNativeSessionReplay test -destination "platform=iOS Simulator,OS=26.5,name=iPhone 17 Pro" | xcbeautify |
| - yarn | ||
| - (cd example-new-architecture/ios && RCT_NEW_ARCH_ENABLED=1 pod install --repo-update) | ||
| - set -o pipefail && xcodebuild -workspace example-new-architecture/ios/DdSdkReactNativeExample.xcworkspace -scheme DatadogSDKReactNative test -destination "platform=iOS Simulator,OS=17.4,name=iPhone 15 Pro Max" | xcbeautify | ||
| - set -o pipefail && xcodebuild -workspace example-new-architecture/ios/DdSdkReactNativeExample.xcworkspace -scheme DatadogSDKReactNative test -destination "platform=iOS Simulator,OS=26.5,name=iPhone 17 Pro" | xcbeautify |
🎉 All green!🧪 All tests passed 🔗 Commit SHA: 31613a9 | Docs | View more details | Give us feedback! |
barboraplasovska
removed their request for review
August 19, 2026 07:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.