-
-
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?
Conversation
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
### Features
- e2e tests on Cirrus Labs runners ([#5485](https://github.com/getsentry/sentry-react-native/pull/5485))If none of the above apply, you can opt out of this check by adding |
| 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: |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
| 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: |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
📢 Type of change
📜 Description
Enabled Cirrus Labs runners for e2e tests. Fixes #5418
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled🔮 Next steps