-
Notifications
You must be signed in to change notification settings - Fork 5k
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
ci: enable VNC over ssh #26106
ci: enable VNC over ssh #26106
Conversation
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. |
f13dca2
to
690fbc5
Compare
Builds ready [690fbc5]
Page Load Metrics (133 ± 139 ms)
Bundle size diffs
|
690fbc5
to
f704e61
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #26106 +/- ##
===========================================
- Coverage 70.13% 70.13% -0.00%
===========================================
Files 1417 1417
Lines 49444 49444
Branches 13835 13835
===========================================
- Hits 34676 34675 -1
- Misses 14768 14769 +1 ☔ View full report in Codecov by Sentry. |
Builds ready [f704e61]
Page Load Metrics (73 ± 10 ms)
Bundle size diffs
|
f704e61
to
4b34d91
Compare
Builds ready [4b34d91]
Page Load Metrics (162 ± 192 ms)
Bundle size diffs
|
Co-authored-by: seaona <[email protected]>
Builds ready [68280c6]
Page Load Metrics (78 ± 13 ms)
Bundle size diffs
|
LGTM ! I've followed the steps and it works on my machine (MAC) Screen.Recording.2024-08-30.at.17.19.01.mov |
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
Builds ready [aa6e393]
Page Load Metrics (1822 ± 74 ms)
Bundle size diffs
|
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.
Looks great! One suggestion on the CI config changes though, let me know what you think.
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!
Quality Gate passedIssues Measures |
Builds ready [5c40f6f]
Page Load Metrics (1804 ± 73 ms)
Bundle size diffs
|
Description
This PR makes it easier to SSH into CircleCI and use VNC.
See the new instructions here:
https://github.com/MetaMask/metamask-extension/blob/develop/docs/ssh-to-circleci.md
(This code and procedure were based on the documentation from CircleCI, which does not work as written https://circleci.com/docs/browser-testing/#interacting-with-the-browser-over-vnc)
Related issues
Manual testing steps
To test this PR, you must "Rerun job with SSH" on branch
circleci-vnc
. When the PR is merged, it will work everywhere.Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist