Skip to content

feat: rls workflow #29646

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
merged 40 commits into from
Feb 3, 2025
Merged

feat: rls workflow #29646

merged 40 commits into from
Feb 3, 2025

Conversation

jake-perkins
Copy link
Contributor

@jake-perkins jake-perkins commented Jan 10, 2025

Description

This Change will introduce a new workflow that invokes a set of re-useable shared workflows used across both extension and mobile codebases

Open in GitHub Codespaces

Related issues

Fixes:
https://github.com/MetaMask/MetaMask-planning/issues/3641

Manual testing steps

Testing manually using ci/cd runs - example outputs/runs can be viewed here

Example Release Branch PR
#29981

Example Changelog PR
#29982

Sample CI Output Run
https://github.com/MetaMask/metamask-extension/actions/runs/13038614194/job/36375005985

1:15
here's the CI output/run - https://github.com/MetaMask/metamask-extension/actions/runs/13038614194/job/36375005985

Screenshots/Recordings

Before

N/A CICD Only

After

N/A CICD Only

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

Copy link
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.

@metamaskbot metamaskbot added the team-dev-ops DevOps team label Jan 10, 2025
@metamaskbot
Copy link
Collaborator

Builds ready [38b9b63]
Page Load Metrics (1686 ± 64 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint21620711554454218
domContentLoaded14962051165313062
load15062073168613464
domInteractive25185584723
backgroundConnect686282110
firstReactRender1675372311
getState55421188
initialActions01000
loadScripts10561538123411957
setupStore64712126
uiStartup17042337191314067
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@itsyoboieltr itsyoboieltr changed the title rls workflow feat: rls workflow Jan 29, 2025
Copy link

socket-security bot commented Jan 29, 2025

No dependency changes detected. Learn more about Socket for GitHub ↗︎

👍 No dependency changes detected in pull request

@metamaskbot
Copy link
Collaborator

Builds ready [52046f9]
Page Load Metrics (1565 ± 27 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint1474168415645527
domContentLoaded1460164715415124
load1468168615655627
domInteractive2383442311
backgroundConnect887252311
firstReactRender1572332311
getState45210115
initialActions00000
loadScripts998119911135225
setupStore77317189
uiStartup16342179177311053
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@metamaskbot
Copy link
Collaborator

Builds ready [ef8b383]
Page Load Metrics (1496 ± 42 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint1382171715038541
domContentLoaded1355158714737335
load1361176014968742
domInteractive226934168
backgroundConnect9174283718
firstReactRender1583242010
getState45215178
initialActions01000
loadScripts967116010785929
setupStore64813136
uiStartup15471917169710249
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@metamaskbot
Copy link
Collaborator

Builds ready [10f71f9]
Page Load Metrics (1452 ± 46 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint1308169514629345
domContentLoaded1301165214368742
load1309169914529646
domInteractive227933189
backgroundConnect76119188
firstReactRender145922157
getState44513147
initialActions00000
loadScripts911125310368641
setupStore68316209
uiStartup14542208168017483
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@metamaskbot
Copy link
Collaborator

Builds ready [6c076f5]
Page Load Metrics (2563 ± 239 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint40135582169847407
domContentLoaded189135172522485233
load190836122563498239
domInteractive26167573316
backgroundConnect8160483919
firstReactRender1710357199
getState66624188
initialActions08121
loadScripts139527351916410197
setupStore74822126
uiStartup220741362968597287
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@metamaskbot
Copy link
Collaborator

Builds ready [e869f8d]
Page Load Metrics (1795 ± 82 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint15262221180218287
domContentLoaded15132134177817584
load15242140179517282
domInteractive24118442512
backgroundConnect146823157
firstReactRender16111483014
getState584222612
initialActions01000
loadScripts10891612130615675
setupStore883312512
uiStartup168929772132332159
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

Copy link
Contributor

@itsyoboieltr itsyoboieltr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@dbrans dbrans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

@itsyoboieltr itsyoboieltr added this pull request to the merge queue Feb 3, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 3, 2025
@itsyoboieltr itsyoboieltr added this pull request to the merge queue Feb 3, 2025
Merged via the queue into main with commit b9d63a4 Feb 3, 2025
70 checks passed
@itsyoboieltr itsyoboieltr deleted the rls-alignment branch February 3, 2025 15:40
@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 2025
@metamaskbot metamaskbot added the release-12.13.0 Issue or pull request that will be included in release 12.13.0 label Feb 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release-12.13.0 Issue or pull request that will be included in release 12.13.0 team-dev-ops DevOps team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants