Skip to content

Commit 9b9fdfe

Browse files
committed
[ci] Bust all caches
Bust all old caches since I reverted some other changes to the keys.
1 parent 1bcfa03 commit 9b9fdfe

8 files changed

+16
-16
lines changed

.github/workflows/compiler_playground.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: node_modules
3838
with:
3939
path: "**/node_modules"
40-
key: compiler-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
40+
key: compiler-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
4141
- run: yarn install --frozen-lockfile
4242
- run: npx playwright install --with-deps chromium
4343
- run: CI=true yarn test

.github/workflows/compiler_prereleases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: node_modules
4848
with:
4949
path: "**/node_modules"
50-
key: compiler-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
50+
key: compiler-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
5151
- run: yarn install --frozen-lockfile
5252
- name: Publish packages to npm
5353
run: |

.github/workflows/compiler_typescript.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/cache@v4
4848
with:
4949
path: "**/node_modules"
50-
key: compiler-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
50+
key: compiler-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
5151
- run: yarn install --frozen-lockfile
5252
- run: yarn workspace babel-plugin-react-compiler lint
5353

@@ -67,7 +67,7 @@ jobs:
6767
id: node_modules
6868
with:
6969
path: "**/node_modules"
70-
key: compiler-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
70+
key: compiler-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
7171
- run: yarn install --frozen-lockfile
7272
- run: yarn workspace babel-plugin-react-compiler jest
7373

@@ -91,7 +91,7 @@ jobs:
9191
id: node_modules
9292
with:
9393
path: "**/node_modules"
94-
key: compiler-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
94+
key: compiler-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('compiler/**/yarn.lock') }}
9595
- run: yarn install --frozen-lockfile
9696
- run: xvfb-run -a yarn workspace ${{ matrix.workspace_name }} test
9797
if: runner.os == 'Linux' && matrix.workspace_name == 'react-forgive'

.github/workflows/devtools_regression_tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: node_modules
3131
with:
3232
path: "**/node_modules"
33-
key: runtime-release-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
33+
key: runtime-release-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
3434
- name: Ensure clean build directory
3535
run: rm -rf build
3636
- run: yarn install --frozen-lockfile
@@ -64,7 +64,7 @@ jobs:
6464
id: node_modules
6565
with:
6666
path: "**/node_modules"
67-
key: runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
67+
key: runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
6868
- name: Ensure clean build directory
6969
run: rm -rf build
7070
- run: yarn install --frozen-lockfile
@@ -121,7 +121,7 @@ jobs:
121121
id: node_modules
122122
with:
123123
path: "**/node_modules"
124-
key: runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
124+
key: runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
125125
- run: yarn install --frozen-lockfile
126126
- name: Restore all archived build artifacts
127127
uses: actions/download-artifact@v4
@@ -155,7 +155,7 @@ jobs:
155155
id: node_modules
156156
with:
157157
path: "**/node_modules"
158-
key: runtime-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
158+
key: runtime-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
159159
- run: yarn install --frozen-lockfile
160160
- name: Restore all archived build artifacts
161161
uses: actions/download-artifact@v4

.github/workflows/runtime_commit_artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
id: node_modules
7575
with:
7676
path: "**/node_modules"
77-
key: runtime-release-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
77+
key: runtime-release-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
7878
- name: Ensure clean build directory
7979
run: rm -rf build
8080
- run: yarn install --frozen-lockfile

.github/workflows/runtime_prereleases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: node_modules
4141
with:
4242
path: "**/node_modules"
43-
key: runtime-release-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
43+
key: runtime-release-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
4444
- name: Ensure clean build directory
4545
run: rm -rf build
4646
- run: yarn install --frozen-lockfile

.github/workflows/runtime_releases_from_npm_manual.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
id: node_modules
7373
with:
7474
path: "**/node_modules"
75-
key: runtime-release-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
75+
key: runtime-release-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}
7676
- name: Ensure clean build directory
7777
run: rm -rf build
7878
- run: yarn install --frozen-lockfile

.github/workflows/shared_lint.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/cache@v4
3030
with:
3131
path: "**/node_modules"
32-
key: shared-lint-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
32+
key: shared-lint-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
3333
- name: Ensure clean build directory
3434
run: rm -rf build
3535
- run: yarn install --frozen-lockfile
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/cache@v4
5050
with:
5151
path: "**/node_modules"
52-
key: shared-lint-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
52+
key: shared-lint-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
5353
- name: Ensure clean build directory
5454
run: rm -rf build
5555
- run: yarn install --frozen-lockfile
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/cache@v4
7070
with:
7171
path: "**/node_modules"
72-
key: shared-lint-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
72+
key: shared-lint-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
7373
- name: Ensure clean build directory
7474
run: rm -rf build
7575
- run: yarn install --frozen-lockfile
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/cache@v4
9090
with:
9191
path: "**/node_modules"
92-
key: shared-lint-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
92+
key: shared-lint-node_modules-v3-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
9393
- name: Ensure clean build directory
9494
run: rm -rf build
9595
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)