lauren
e9c3b27b4b
[ci] Bump all node_modules cache keys ( #32671 )
...
I'm seeing a lot of instances of
> Failed to save: Unable to reserve cache with key
runtime-and-compiler-node_modules-v5-X64-Linux-e454609794aae66da9909c77dd6efa073eceff7f44d6527611f8465e102578b4,
another job may be creating this cache.
which is adding ~20 seconds to every step. Let's try to bust the cache
following this
[comment](https://github.com/actions/cache/issues/485#issuecomment-744145040 )
and see if that helps.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32671 ).
* #32672
* __->__ #32671
2025-03-19 14:42:45 -04:00
lauren
ca02c4bb40
[ci][ez] use yarn --cwd ( #32650 )
...
Run yarn install via `--cwd` instead of `working-directory` to make the
labels clearer
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32650 ).
* __->__ #32650
* #32649
* #32648
2025-03-17 14:13:27 -04:00
lauren
c37d89827e
[ci] Pin Discord webhook action to specific commit sha ( #32649 )
...
Pins the discord webhook action to
`86dc739f3f165f16dadc5666051c367efa1692f4`, which is what the v6 tag
points to.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32649 ).
* #32650
* __->__ #32649
* #32648
2025-03-17 14:13:17 -04:00
lauren
f3c956006a
[ci] Update node_modules cache path ( #32609 )
...
Alternative of #32604 .
Bust all old caches since I reverted some other changes to the keys.
2025-03-13 22:29:48 -04:00
lauren
5200721e5c
Revert "[ci] Update yarn and node_modules cache key ( #32603 )" ( #32607 )
...
This reverts commit 67338703aa .
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32607 ).
* #32609
* #32608
* __->__ #32607
2025-03-13 22:14:00 -04:00
lauren
e9d80d939e
Revert "[ci] Fix node_modules cache glob ( #32604 )" ( #32606 )
...
This reverts commit ef1103d3e9 .
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32606 ).
* #32609
* #32608
* #32607
* __->__ #32606
2025-03-13 21:52:46 -04:00
lauren
ef1103d3e9
[ci] Fix node_modules cache glob ( #32604 )
...
Seems like the stringified cache path can cause some directories not to
be cached, trying an alternative format
2025-03-13 20:59:27 -04:00
lauren
67338703aa
[ci] Update yarn and node_modules cache key ( #32603 )
...
Now that the compiler lint rule is merged into
eslint-plugin-react-hooks, we also need to update our caches so compiler
dependencies are also cached. This should fix the CI walltime regression
we are now seeing.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32603 ).
* #32604
* __->__ #32603
2025-03-13 20:31:04 -04:00
lauren
56c7d1070a
[ci] Upload release for easier debugging ( #32492 )
...
Uploads the releases that were published in case to help with debugging
or verifying a dry run.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32492 ).
* __->__ #32492
* #32491
2025-02-28 10:58:39 -05:00
lauren
7e2ea902f8
[ci] Fix discord notification title ( #32491 )
...
fun times
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32491 ).
* #32492
* __->__ #32491
2025-02-28 10:58:28 -05:00
lauren
5eb20b3007
[ci] Fix --dry not being passed correctly ( #32489 )
...
Boolean params for dry runs are true if the param exists at all, so only
add it if we're in dry run mode.
2025-02-27 16:01:31 -05:00
lauren
4c9392b43e
[ci] Prepare publish workflow ( #32488 )
...
Fixes up a few things in the script and workflow to make it possible to
run in CI without interactive prompts.
2025-02-27 15:24:57 -05:00
lauren
227e8414cc
[ci] Add workflow to publish releases ( #32487 )
...
Adds a new workflow to publish runtime releases from NPM. Note that I
commented out the actual publish command so I can test it out first.
2025-02-27 13:07:52 -05:00