2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
2525 with :
2626 cache-node-modules : true
2727 - name : Install node modules
@@ -54,19 +54,17 @@ jobs:
5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : Initialize environment
57- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
57+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
5858 with :
5959 cache-node-modules : true
6060 - name : Setup Bazel
61- uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
61+ uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
6262 - name : Setup Bazel RBE
63- uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
64- with :
65- google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
63+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
6664 - name : Install node modules
6765 run : yarn install --frozen-lockfile
6866 - name : Check API Goldens
69- run : yarn bazel test goldens /...
67+ run : yarn bazel test tools/public_api_guard /...
7068 - uses : ./.github/actions/slack
7169 if : failure()
7270 with :
@@ -77,15 +75,13 @@ jobs:
7775 runs-on : ubuntu-latest
7876 steps :
7977 - name : Initialize environment
80- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
78+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
8179 with :
8280 cache-node-modules : true
8381 - name : Setup Bazel
84- uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
82+ uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
8583 - name : Setup Bazel RBE
86- uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
87- with :
88- google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
84+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
8985 - name : Install node modules
9086 run : yarn install --frozen-lockfile
9187 - name : Run e2e tests
@@ -100,19 +96,19 @@ jobs:
10096 runs-on : ubuntu-latest
10197 steps :
10298 - name : Initialize environment
103- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
99+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
104100 with :
105101 cache-node-modules : true
106102 - name : Setup Bazel
107- uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
103+ uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
108104 - name : Setup Bazel RBE
109- uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
110- with :
111- google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
105+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
112106 - name : Install node modules
113107 run : yarn install --frozen-lockfile
114108 - name : Run integration tests
115109 run : yarn integration-tests
110+ - name : Running size integration tests
111+ run : yarn integration-tests:size-test
116112 continue-on-error : true
117113 - uses : ./.github/actions/slack
118114 if : failure()
@@ -124,15 +120,13 @@ jobs:
124120 runs-on : ubuntu-latest-4core
125121 steps :
126122 - name : Initialize environment
127- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
123+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
128124 with :
129125 cache-node-modules : true
130126 - name : Setup Bazel
131- uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
127+ uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
132128 - name : Setup Bazel RBE
133- uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
134- with :
135- google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
129+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
136130 - name : Install node modules
137131 run : yarn install --frozen-lockfile
138132 - name : Run linker AOT tests
@@ -147,15 +141,13 @@ jobs:
147141 runs-on : ubuntu-latest-4core
148142 steps :
149143 - name : Initialize environment
150- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
144+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
151145 with :
152146 cache-node-modules : true
153147 - name : Setup Bazel
154- uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
148+ uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
155149 - name : Setup Bazel RBE
156- uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
157- with :
158- google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
150+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
159151 - name : Install node modules
160152 run : yarn install --frozen-lockfile
161153 - name : Run linker JIT tests
@@ -170,21 +162,17 @@ jobs:
170162 runs-on : ubuntu-latest-16core
171163 steps :
172164 - name : Initialize environment
173- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
165+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
174166 with :
175167 cache-node-modules : true
176168 - name : Setup Bazel
177- uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
169+ uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
178170 - name : Setup Bazel RBE
179- uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
180- with :
181- google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
171+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
182172 - name : Install node modules
183173 run : yarn install --frozen-lockfile
184174 - name : Run tests
185175 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'
188176 - uses : ./.github/actions/slack
189177 if : failure()
190178 with :
@@ -195,15 +183,13 @@ jobs:
195183 runs-on : ubuntu-latest-16core
196184 steps :
197185 - name : Initialize environment
198- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
186+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
199187 with :
200188 cache-node-modules : true
201189 - name : Setup Bazel
202- uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
190+ uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
203191 - name : Setup Bazel RBE
204- uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
205- with :
206- google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
192+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
207193 - name : Install node modules
208194 run : yarn install --frozen-lockfile
209195 - name : Run tests
@@ -218,13 +204,13 @@ jobs:
218204 runs-on : ubuntu-latest-4core
219205 steps :
220206 - name : Initialize environment
221- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
207+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
222208 with :
223209 cache-node-modules : true
224210 - name : Setup Bazel
225- uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
211+ uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
226212 - name : Setup Bazel RBE
227- uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
213+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
228214 - name : Install node modules
229215 run : yarn install --frozen-lockfile
230216 - name : Build and Verify Release Output
@@ -249,17 +235,17 @@ jobs:
249235 runs-on : ubuntu-latest-4core
250236 steps :
251237 - name : Initialize environment
252- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
238+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
253239 with :
254240 cache-node-modules : true
255241 # See: https://github.com/puppeteer/puppeteer/pull/13196 and
256242 # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md.
257243 - name : Disable AppArmor
258244 run : echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
259245 - name : Setup Bazel
260- uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
246+ uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
261247 - name : Setup Bazel RBE
262- uses : angular/dev-infra/github-actions/bazel/configure-remote@e3c0efecadda0e0fbb616abcdf447c788959ca64
248+ uses : angular/dev-infra/github-actions/bazel/configure-remote@8a438a3bdc519880d78b5ac92b62bfe688deb058
263249 - name : Install node modules
264250 run : yarn install --frozen-lockfile
265251 - name : Build and Verify Release Output
@@ -287,14 +273,14 @@ jobs:
287273 CI_RUNNER_NUMBER : ${{ github.run_id }}
288274 steps :
289275 - name : Initialize environment
290- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e3c0efecadda0e0fbb616abcdf447c788959ca64
276+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8a438a3bdc519880d78b5ac92b62bfe688deb058
291277 with :
292278 cache-node-modules : true
293279 - name : Install node modules
294280 run : yarn install --frozen-lockfile
295281 - name : Setup Bazel
296- uses : angular/dev-infra/github-actions/bazel/setup@e3c0efecadda0e0fbb616abcdf447c788959ca64
282+ uses : angular/dev-infra/github-actions/bazel/setup@8a438a3bdc519880d78b5ac92b62bfe688deb058
297283 - name : Setup Browserstack Variables
298- uses : angular/dev-infra/github-actions/browserstack@e3c0efecadda0e0fbb616abcdf447c788959ca64
284+ uses : angular/dev-infra/github-actions/browserstack@8a438a3bdc519880d78b5ac92b62bfe688deb058
299285 - name : Run tests on Browserstack
300286 run : ./scripts/circleci/run-browserstack-tests.sh
0 commit comments