feat(qa): reduce performance CI to one build per platform (MMQA-1667)#32101
Draft
javiergarciavera wants to merge 1 commit into
Draft
feat(qa): reduce performance CI to one build per platform (MMQA-1667)#32101javiergarciavera wants to merge 1 commit into
javiergarciavera wants to merge 1 commit into
Conversation
…QueueServer Use runtime SrpProfile selection (onboarding, performance, mm-connect) instead of separate with-SRP and without-SRP BrowserStack builds, cutting build count roughly in half per performance run. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
PR template — items to address before "Ready for review"Warnings — informational, address before merging:
See docs/readme/ready-for-review.md for the full Definition of Ready for Review. |
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.
Description
Performance CI currently produces four app builds per run (Android/iOS × with-SRP / without-SRP). This PR cuts that to one build per platform by serving wallet state at test runtime through
CommandQueueServerandSrpProfile:Key changes:
main-e2e-bs-unifiedinbuilds.ymlcommandQueueServerPlaywright fixture so all performance specs start CQS before Appium launches the appe2ebuilds viaconfigure-ats.sh(fixes the original iOS HTTP blocker)generateSkipOnboardingStatewhenIS_TEST_BUILD=truebut no SRP profile is fetchedExpected impact: ~50% fewer performance builds (e.g. ~392 → ~196 builds/day at prior Apr 8 scale).
Changelog
CHANGELOG entry: null
Related issues
Fixes: MMQA-1667
Manual testing steps
Pre-merge CI validation (recommended):
Screenshots/Recordings
N/A — CI/test infrastructure change; no user-facing UI changes.
Before
Four BrowserStack builds per performance run (with-SRP / without-SRP × Android / iOS).
After
Two BrowserStack builds per performance run (one Android + one iOS), with wallet state selected at runtime via CommandQueueServer.
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an examplePre-merge reviewer checklist
Made with Cursor