-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
test: enable profiling skip onboarding for performance #19447
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
Merged
cortisiko
merged 127 commits into
main
from
e2e/enable-profiling-skip-onboarding-for-performance
Sep 15, 2025
Merged
test: enable profiling skip onboarding for performance #19447
cortisiko
merged 127 commits into
main
from
e2e/enable-profiling-skip-onboarding-for-performance
Sep 15, 2025
Conversation
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
…use onboarding flow on this build
This reverts commit 16957c2.
|
javiergarciavera
approved these changes
Sep 15, 2025
Contributor
javiergarciavera
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
jvbriones
approved these changes
Sep 15, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-performance
Issues relating to slowness of app, cpu usage, and/or blank screens.
no-changelog
no-changelog Indicates no external facing user changes, therefore no changelog documentation needed
release-7.56.0
Issue or pull request that will be included in release 7.56.0
size-XL
team-qa
QA team
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.



Description
The purpose of this PR is the evolution of our performance tests. Currently, our performance test runs on a nightly cadence during off-peak (11 pm EST). The idea is to speed up the tests so that it does not take 50+ minutes to run. In order to do so, we create and use 2 different types of e2e builds to cover the different types of performance tests that we have:
The Approach
The build pipeline follows a hybrid model: Android builds run directly on GitHub Actions with our custom runners, while iOS builds are generated through Bitrise via API calls.
TLDR;APIs Used
Bitrise API for iOS builds:
/apps/{app-slug}/builds- Retrieves list of builds/apps/{app-slug}/artifacts/{artifact-slug}- Downloads IPA artifactsBrowserStack API for app uploads:
https://api-cloud.browserstack.com/app-automate/uploadChangelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist