-
-
Notifications
You must be signed in to change notification settings - Fork 355
DO NOT MERGE: e2e tests on Cirrus Labs runners #5485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,12 +47,11 @@ jobs: | |
| platform: ["ios", "android"] | ||
| include: | ||
| - platform: ios | ||
| runs-on: macos-26 | ||
| runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2", "runner_group_id:12"] | ||
| name: iOS | ||
| appPlain: performance-tests/test-app-plain.ipa | ||
| - platform: android | ||
| # Not using the latest version due to a known issue: https://github.com/getsentry/sentry-react-native/issues/4418 | ||
| runs-on: ubuntu-22.04 | ||
| runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04", "runner_group_id:12"] | ||
| name: Android | ||
| appPlain: performance-tests/TestAppPlain/android/app/build/outputs/apk/release/app-release.apk | ||
| steps: | ||
|
Comment on lines
47
to
57
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The ๐ Detailed AnalysisThe workflow jobs ๐ก Suggested FixRemove the invalid ๐ค Prompt for AI AgentDid we get this right? ๐ / ๐ to inform future reviews. |
||
|
|
@@ -61,9 +60,6 @@ jobs: | |
| - uses: ./.github/actions/disk-cleanup | ||
| if: ${{ matrix.platform == 'android' }} | ||
|
|
||
| - run: sudo xcode-select -s /Applications/Xcode_26.1.1.app/Contents/Developer | ||
| if: ${{ matrix.platform == 'ios' }} | ||
|
|
||
| - run: npm i -g corepack | ||
| - uses: actions/setup-node@v6 | ||
| with: | ||
|
|
@@ -189,15 +185,13 @@ jobs: | |
| # Use Xcode 16 for older RN versions | ||
| - platform: ios | ||
| rn-version: '0.71.19' | ||
| xcode-version: '16.4' | ||
| runs-on: macos-15 | ||
| runs-on: ["ghcr.io/cirruslabs/macos-sequoia-xcode:16.4", "runner_group_id:12"] | ||
| # Use Xcode 26 for newer RN versions (0.83.0) | ||
| - platform: ios | ||
| rn-version: '0.83.0' | ||
| xcode-version: '26.1.1' | ||
| runs-on: macos-26 | ||
| runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2", "runner_group_id:12"] | ||
| - platform: android | ||
| runs-on: ubuntu-latest | ||
| runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04", "runner_group_id:12"] | ||
| exclude: | ||
| # exclude JSC for new RN versions (keeping the matrix manageable) | ||
| - rn-version: '0.83.0' | ||
|
|
@@ -247,9 +241,6 @@ jobs: | |
| echo "SENTRY_RELEASE=$SENTRY_RELEASE" | ||
| echo "SENTRY_DIST=$SENTRY_DIST" | ||
|
|
||
| - run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode-version }}.app/Contents/Developer | ||
| if: ${{ matrix.platform == 'ios' }} | ||
|
|
||
| - run: npm i -g corepack | ||
| - uses: actions/setup-node@v6 | ||
| with: | ||
|
|
@@ -323,9 +314,9 @@ jobs: | |
| include: | ||
| - platform: ios | ||
| rn-version: '0.83.0' | ||
| runs-on: macos-26 | ||
| runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2", "runner_group_id:12"] | ||
| - platform: android | ||
| runs-on: ubuntu-latest | ||
| runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04", "runner_group_id:12"] | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v6 | ||
|
|
||
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.