-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[DRAFT] ci: prep builds #30720
base: main
Are you sure you want to change the base?
[DRAFT] ci: prep builds #30720
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. |
Builds ready [eb53869]
Page Load Metrics (1723 ± 59 ms)
Bundle size diffs
|
Builds ready [47b2a3b]
Page Load Metrics (1839 ± 85 ms)
Bundle size diffs
|
Builds ready [486de48]
Page Load Metrics (1837 ± 111 ms)
Bundle size diffs
|
Builds ready [e9f5174]
Page Load Metrics (1540 ± 39 ms)
Bundle size diffs
|
Builds ready [18f2863]
Page Load Metrics (1634 ± 40 ms)
Bundle size diffs
|
Builds ready [bf9aa83]
Page Load Metrics (1956 ± 54 ms)
Bundle size diffs
|
Builds ready [d431b02]
Page Load Metrics (1785 ± 92 ms)
Bundle size diffs
|
Builds ready [1bfbcd5]
Page Load Metrics (1700 ± 53 ms)
Bundle size diffs
|
- name: Move test build to dist-test | ||
run: mv ./dist ./dist-test | ||
|
||
- name: Move test zips to builds-test | ||
run: mv ./builds ./builds-test |
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.
The majority of this mv
stuff in the prep-build
steps is probably unnecessary. It was acrobatics to deal with the way CircleCI workspaces function. In GitHub Actions, it's probably not needed.
84f79e1
to
22a0b80
Compare
Builds ready [26ce0db]
Page Load Metrics (1645 ± 124 ms)
|
34d41c5
to
738bc0e
Compare
Builds ready [eb0ba85]
Page Load Metrics (1733 ± 104 ms)
|
Builds ready [f5788c3]
Page Load Metrics (1705 ± 69 ms)
|
I have read the CLA Document and I hereby sign the CLA |
Builds ready [5a21082]
Page Load Metrics (1908 ± 110 ms)
|
Builds ready [0f52fd3]
Page Load Metrics (1573 ± 42 ms)
|
Builds ready [8c42f97]
Page Load Metrics (1890 ± 86 ms)
|
Builds ready [6ef5c38]
Page Load Metrics (1718 ± 85 ms)
|
const prBodyPath = path.resolve(CHANGED_FILES_DIR, 'pr-body.txt'); | ||
const labels = prInfo.labels.map(label => label.name).join(', '); | ||
const updatedPrBody = `PR labels: {${labels}}\nPR base: {${prInfo.base.ref}}\n${prInfo.body.trim()}`; | ||
fs.writeFileSync(prBodyPath, updatedPrBody); |
Check warning
Code scanning / CodeQL
Network data written to file Medium
Description
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist