-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
OSS CI: Store bundle size info for release branch as well #32418
Conversation
This pull request was exported from Phabricator. Differential Revision: D31717251 |
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.
Code analysis results:
eslint
found some issues. Runyarn lint --fix
to automatically fix problems.
collection, | ||
GITHUB_SHA, | ||
validatedStats, | ||
); |
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.
prettier/prettier: Replace ·await·datastore.getLatestDocument(collection,·GITHUB_REF
with ⏎········(await·datastore.getLatestDocument(collection,·GITHUB_REF)
}), | ||
'', | ||
`Base commit: ${document.commit}`, | ||
].join('\n'); |
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.
prettier/prettier: Replace ·await·datastore.getLatestDocument(collection,·'main'
with ⏎······(await·datastore.getLatestDocument(collection,·'main')
|
This pull request was exported from Phabricator. Differential Revision: D31717251 |
…2418) Summary: Pull Request resolved: facebook#32418 This commit does 2 things: * Process and store stats for *-stable branches, in addition to main * Print out the new stats to stdout, so that CI jobs can display them for verification purpose This also means a new field `branch` is used for the Firestore data. Changelog: [Internal] Differential Revision: D31717251 fbshipit-source-id: d5a5e03c7937ae5209f3d2d33e1f9cc6631da913
0626809
to
43e0453
Compare
This pull request was exported from Phabricator. Differential Revision: D31717251 |
…2418) Summary: Pull Request resolved: facebook#32418 This commit does 2 things: * Process and store stats for *-stable branches, in addition to main * Print out the new stats to stdout, so that CI jobs can display them for verification purpose This also means a new field `branch` is used for the Firestore data. Changelog: [Internal] Differential Revision: D31717251 fbshipit-source-id: 2dc5df543ed6956f65c49600af25a22808871738
43e0453
to
748b377
Compare
PR build artifact for 748b377 is ready. |
Base commit: e1b698c |
Base commit: e1b698c |
This pull request was exported from Phabricator. Differential Revision: D31717251 |
…2418) Summary: Pull Request resolved: facebook#32418 This commit does 2 things: * Process and store stats for *-stable branches, in addition to main * Print out the new stats to stdout, so that CI jobs can display them for verification purpose This also means a new field `branch` is used for the Firestore data. Changelog: [Internal] Differential Revision: D31717251 fbshipit-source-id: 7fb653ef21fcd110318ad306947b9abce7e931c5
748b377
to
9deb97b
Compare
PR build artifact for 9deb97b is ready. |
…2418) Summary: Pull Request resolved: facebook#32418 This commit does 2 things: * Process and store stats for *-stable branches, in addition to main * Print out the new stats to stdout, so that CI jobs can display them for verification purpose This also means a new field `branch` is used for the Firestore data. Changelog: [Internal] Differential Revision: D31717251 fbshipit-source-id: 86dc30c24d00238449546c3987e9e3ed0b081ffe
This pull request was exported from Phabricator. Differential Revision: D31717251 |
9deb97b
to
ed38289
Compare
PR build artifact for ed38289 is ready. |
This pull request has been merged in 0c07500. |
Summary: Pull Request resolved: #32418 This commit does 2 things: * Process and store stats for *-stable branches, in addition to main * Print out the new stats to stdout, so that CI jobs can display them for verification purpose This also means a new field `branch` is used for the Firestore data. Changelog: [Internal] Reviewed By: hramos Differential Revision: D31717251 fbshipit-source-id: 9dbfa8fb8f0243c013dcd822230400d26c09eaa4
Summary:
This commit does 2 things:
This also means a new field
branch
is used for the Firestore data.Changelog: [Internal]
Differential Revision: D31717251