Skip to content

[TEST] Run tests with xCode 25.6 - #1376

Open
cdn34dd wants to merge 2 commits into
developfrom
carlosnogueira/test/test-xcode-26.5
Open

[TEST] Run tests with xCode 25.6#1376
cdn34dd wants to merge 2 commits into
developfrom
carlosnogueira/test/test-xcode-26.5

Conversation

@cdn34dd

@cdn34dd cdn34dd commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI lite review requested due to automatic review settings August 18, 2026 09:47
@cdn34dd
cdn34dd requested a review from a team as a code owner August 18, 2026 09:47
@cdn34dd cdn34dd added the Do not merge This PR is not ready to be merged yet label Aug 18, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-xcode snippet
  • Switched macOS runner tags from macos:sonoma to macos: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.

Comment thread .gitlab-ci.yml
- notify

.snippets:
select-xcode:
Comment thread .gitlab-ci.yml
- 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
Comment thread .gitlab-ci.yml
- 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
Comment thread .gitlab-ci.yml
- 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
@datadog-prod-us1-3

datadog-prod-us1-3 Bot commented Aug 18, 2026

Copy link
Copy Markdown

Tests

🎉 All green!

🧪 All tests passed
❄️ No new flaky tests detected

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 31613a9 | Docs | View more details | Give us feedback!

@barboraplasovska
barboraplasovska removed their request for review August 19, 2026 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Do not merge This PR is not ready to be merged yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants