2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
2525 with :
2626 cache-node-modules : true
2727 - name : Install node modules
@@ -54,17 +54,19 @@ jobs:
5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : Initialize environment
57- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
57+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
5858 with :
5959 cache-node-modules : true
6060 - name : Setup Bazel
61- uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
61+ uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
6262 - name : Setup Bazel RBE
63- uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
63+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
64+ with :
65+ google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
6466 - name : Install node modules
6567 run : yarn install --frozen-lockfile
6668 - name : Check API Goldens
67- run : yarn bazel test tools/public_api_guard /...
69+ run : yarn bazel test goldens /...
6870 - uses : ./.github/actions/slack
6971 if : failure()
7072 with :
@@ -75,13 +77,15 @@ jobs:
7577 runs-on : ubuntu-latest
7678 steps :
7779 - name : Initialize environment
78- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
80+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
7981 with :
8082 cache-node-modules : true
8183 - name : Setup Bazel
82- uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
84+ uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
8385 - name : Setup Bazel RBE
84- uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
86+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
87+ with :
88+ google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
8589 - name : Install node modules
8690 run : yarn install --frozen-lockfile
8791 - name : Run e2e tests
@@ -96,19 +100,19 @@ jobs:
96100 runs-on : ubuntu-latest
97101 steps :
98102 - name : Initialize environment
99- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
103+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
100104 with :
101105 cache-node-modules : true
102106 - name : Setup Bazel
103- uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
107+ uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
104108 - name : Setup Bazel RBE
105- uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
109+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
110+ with :
111+ google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
106112 - name : Install node modules
107113 run : yarn install --frozen-lockfile
108114 - name : Run integration tests
109115 run : yarn integration-tests
110- - name : Running size integration tests
111- run : yarn integration-tests:size-test
112116 continue-on-error : true
113117 - uses : ./.github/actions/slack
114118 if : failure()
@@ -120,13 +124,15 @@ jobs:
120124 runs-on : ubuntu-latest-4core
121125 steps :
122126 - name : Initialize environment
123- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
127+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
124128 with :
125129 cache-node-modules : true
126130 - name : Setup Bazel
127- uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
131+ uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
128132 - name : Setup Bazel RBE
129- uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
133+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
134+ with :
135+ google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
130136 - name : Install node modules
131137 run : yarn install --frozen-lockfile
132138 - name : Run linker AOT tests
@@ -141,13 +147,15 @@ jobs:
141147 runs-on : ubuntu-latest-4core
142148 steps :
143149 - name : Initialize environment
144- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
150+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
145151 with :
146152 cache-node-modules : true
147153 - name : Setup Bazel
148- uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
154+ uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
149155 - name : Setup Bazel RBE
150- uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
156+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
157+ with :
158+ google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
151159 - name : Install node modules
152160 run : yarn install --frozen-lockfile
153161 - name : Run linker JIT tests
@@ -162,17 +170,21 @@ jobs:
162170 runs-on : ubuntu-latest-16core
163171 steps :
164172 - name : Initialize environment
165- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
173+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
166174 with :
167175 cache-node-modules : true
168176 - name : Setup Bazel
169- uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
177+ uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
170178 - name : Setup Bazel RBE
171- uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
179+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
180+ with :
181+ google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
172182 - name : Install node modules
173183 run : yarn install --frozen-lockfile
174184 - name : Run tests
175185 run : bazel test --build_tag_filters=-e2e --test_tag_filters=-e2e --build_tests_only -- src/...
186+ env :
187+ ASPECT_RULES_JS_FROZEN_PNPM_LOCK : ' 1'
176188 - uses : ./.github/actions/slack
177189 if : failure()
178190 with :
@@ -183,13 +195,15 @@ jobs:
183195 runs-on : ubuntu-latest-16core
184196 steps :
185197 - name : Initialize environment
186- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
198+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
187199 with :
188200 cache-node-modules : true
189201 - name : Setup Bazel
190- uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
202+ uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
191203 - name : Setup Bazel RBE
192- uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
204+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
205+ with :
206+ google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
193207 - name : Install node modules
194208 run : yarn install --frozen-lockfile
195209 - name : Run tests
@@ -204,13 +218,13 @@ jobs:
204218 runs-on : ubuntu-latest-4core
205219 steps :
206220 - name : Initialize environment
207- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
221+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
208222 with :
209223 cache-node-modules : true
210224 - name : Setup Bazel
211- uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
225+ uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
212226 - name : Setup Bazel RBE
213- uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
227+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
214228 - name : Install node modules
215229 run : yarn install --frozen-lockfile
216230 - name : Build and Verify Release Output
@@ -235,17 +249,17 @@ jobs:
235249 runs-on : ubuntu-latest-4core
236250 steps :
237251 - name : Initialize environment
238- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
252+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
239253 with :
240254 cache-node-modules : true
241255 # See: https://github.com/puppeteer/puppeteer/pull/13196 and
242256 # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md.
243257 - name : Disable AppArmor
244258 run : echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
245259 - name : Setup Bazel
246- uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
260+ uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
247261 - name : Setup Bazel RBE
248- uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
262+ uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
249263 - name : Install node modules
250264 run : yarn install --frozen-lockfile
251265 - name : Build and Verify Release Output
@@ -273,14 +287,14 @@ jobs:
273287 CI_RUNNER_NUMBER : ${{ github.run_id }}
274288 steps :
275289 - name : Initialize environment
276- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
290+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
277291 with :
278292 cache-node-modules : true
279293 - name : Install node modules
280294 run : yarn install --frozen-lockfile
281295 - name : Setup Bazel
282- uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
296+ uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
283297 - name : Setup Browserstack Variables
284- uses : angular/dev-infra/github-actions/browserstack@8a438a3bdc519880d78b5ac92b62bfe688deb058
298+ uses : angular/dev-infra/github-actions/browserstack@e3c0efecadda0e0fbb616abcdf447c788959ca64
285299 - name : Run tests on Browserstack
286300 run : ./scripts/circleci/run-browserstack-tests.sh
0 commit comments