Skip to content

[DO NOT MERGE] Iain/web 3479 reduce yarn postinstall steps cache #4795

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
wants to merge 70 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
6742a4b
CI(caching): cache yarn install
iainsproat May 2, 2025
69ccb6e
Merge branch 'iain/web-3266-skip-installing-chrome-browsers-where-unn…
iainsproat May 2, 2025
ad51497
CI(cache): add more directories to yarn cache
iainsproat May 2, 2025
e3fb143
Merge branch 'iain/web-3267-prevent-yarn-mirroring-to-global-cache' i…
iainsproat May 2, 2025
d2deeac
Break the cache
iainsproat May 2, 2025
0e1e5e1
Merge branch 'iain/web-3266-skip-installing-chrome-browsers-where-unn…
iainsproat May 2, 2025
f5e7282
Merge branch 'main' into iain/try-cache-yarn-install
iainsproat May 2, 2025
46005ea
cache ~/.npm
iainsproat May 2, 2025
0192a3a
break the cache
iainsproat May 2, 2025
870eae7
Merge branch 'main' into iain/try-cache-yarn-install
iainsproat May 2, 2025
0b915eb
Merge branch 'main' into iain/try-cache-yarn-install
iainsproat May 2, 2025
6c62e15
cache dependencies
iainsproat May 2, 2025
c20ef89
Break cache for testing
iainsproat May 2, 2025
94e03b4
use correct cache name
iainsproat May 2, 2025
a3f9f17
break cache
iainsproat May 2, 2025
d1ffa5d
wip
iainsproat May 2, 2025
8884f76
Merge branch 'main' into iain/try-cache-yarn-install
iainsproat May 2, 2025
9016f79
apply to aliases
iainsproat May 2, 2025
ca046e6
break cache
iainsproat May 2, 2025
f0d96b9
Add .yarn/berry to cache
iainsproat May 2, 2025
e6a1a71
Investigate could not archive warnings
iainsproat May 2, 2025
01f4fcf
more debugging
iainsproat May 2, 2025
b18ee11
more debugging
iainsproat May 2, 2025
7e1b032
more debugging
iainsproat May 2, 2025
0ba889d
forgot the important one
iainsproat May 2, 2025
76ead03
debugging
iainsproat May 2, 2025
6c07794
fix circleci dependencies
iainsproat May 2, 2025
bc988f6
Try not caching .git/config
iainsproat May 2, 2025
495cf07
Remove ~/.yarn/berry from cache
iainsproat May 2, 2025
3e09ea1
Remove debugging output
iainsproat May 2, 2025
b38cb9e
Try remove ~/.npm from cache (reinstate ~/.yarn/berry)
iainsproat May 2, 2025
3b4156d
try not cache .yarn/install-stage.gz
iainsproat May 2, 2025
0ffd61b
reinstate .yarn/install-state.gz
iainsproat May 2, 2025
b98a52f
feat(ci): using ramdisk as yarn cache for node machines
iainsproat May 2, 2025
21e9e3e
remove obsolete test
iainsproat May 2, 2025
7ad2d9d
attempt to fix ram problem; probably needs to be done on each machine…
iainsproat May 2, 2025
95877dc
cache bust
iainsproat May 2, 2025
60bb4bc
Revert "attempt to fix ram problem; probably needs to be done on each…
iainsproat May 2, 2025
5e3eff2
Bump resource class
iainsproat May 2, 2025
b469a80
increase resource class again and bust cache
iainsproat May 2, 2025
5d5b0eb
bump the correct thing
iainsproat May 2, 2025
8237ae0
xlarge all round 💳
iainsproat May 2, 2025
1a666f7
Fix pre-commit cache
iainsproat May 2, 2025
1d46cbd
bust cache
iainsproat May 2, 2025
61a8e87
Attempt to use ramdisk
iainsproat May 2, 2025
3d21e21
Use workspaces
iainsproat May 7, 2025
385ef07
Amend default working directory
iainsproat May 7, 2025
1bfbc59
Workaround yarn postinstall scripts using ~/.npm and not respecting N…
iainsproat May 7, 2025
0094b67
Fix cache key
iainsproat May 7, 2025
0d77e39
reinstate ramdisk
iainsproat May 7, 2025
fa5e304
chore(yarn): move postinstall to yarn build:public
iainsproat May 21, 2025
bf5e200
split where called
iainsproat May 21, 2025
ce97b8b
no need for foreach
iainsproat May 22, 2025
714a69c
Merge branch 'iain/try-cache-yarn-install' into iain/web-3479-reduce-…
iainsproat May 22, 2025
0c175d9
try cache again
iainsproat May 22, 2025
fdef3e5
Expand cache
iainsproat May 22, 2025
70f8f94
Expand to more cached directories
iainsproat May 22, 2025
1be237e
fix
iainsproat May 22, 2025
98873cf
cache bcrypt
iainsproat May 22, 2025
42301bb
Target more lengthy node_modules builds
iainsproat May 22, 2025
1e64488
Fix workflow
iainsproat May 22, 2025
2f1e4d7
More workflow changes
iainsproat May 22, 2025
572a4f1
cache yarn build:public
iainsproat May 22, 2025
7af9fe4
remove specific node modules
iainsproat May 22, 2025
2f56840
directory from the postinstall step
iainsproat May 22, 2025
16032c7
Merge branch 'main' into iain/web-3479-reduce-yarn-postinstall-steps-…
iainsproat May 22, 2025
ad96c35
remove the build:public step where it is available from cache
iainsproat May 22, 2025
0e9239d
fix test-ui-components
iainsproat May 22, 2025
0c15962
Explicitly define the cache folder
iainsproat May 22, 2025
a0705cb
Merge branch 'main' into iain/web-3479-reduce-yarn-postinstall-steps-…
iainsproat May 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading