-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ci: Ensure we can actually run size-limit for release branches #7214
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
Conversation
Based on getsentry/size-limit-action#8, this ensures we can actually run size-limit on release branches, which currently fails.
size-limit report 📦
|
@@ -298,11 +298,14 @@ jobs: | |||
path: ${{ env.CACHED_BUILD_PATHS }} | |||
key: ${{ env.BUILD_CACHE_KEY }} | |||
- name: Check bundle sizes | |||
uses: getsentry/size-limit-action@main-skip-step | |||
uses: getsentry/size-limit-action@runForBranch |
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.
We'll need to change this once the PR is merged and the branch is deleted, right?
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.
jup, although the previous state was also still using the branch 😅 but yes, def should do a new "release" then. But I'll wait on billy to review there first.
Replay SDK metrics 🚀
develop |
Revision | LCP | CLS | CPU | JS heap avg | JS heap max | netTx | netRx | netCount | netTime |
---|---|---|---|---|---|---|---|---|---|
1cf8988 | +53.81 ms | -0.00 ms | +4.80 pp | +929.88 kB | +1.05 MB | +2.22 kB | +41 B | +1 | +91.07 ms |
68655e3 | +72.60 ms | +0.00 ms | +7.90 pp | +922.72 kB | +1.04 MB | +2.22 kB | +41 B | +1 | +109.40 ms |
a8449de | +58.27 ms | -0.00 ms | +7.12 pp | +927.42 kB | +1.05 MB | +2.2 kB | +41 B | +1 | +98.31 ms |
79babe9 | +58.69 ms | -0.00 ms | +4.40 pp | +927.46 kB | +1.06 MB | +2.23 kB | +41 B | +1 | +103.20 ms |
5359ba9 | +55.62 ms | -0.00 ms | +4.29 pp | +935.26 kB | +1.05 MB | +2.2 kB | +41 B | +1 | +79.05 ms |
Last updated: Fri, 17 Feb 2023 11:00:54 GMT
Based on getsentry/size-limit-action#8, this ensures we can actually run size-limit on release branches, which currently fails.