@@ -120,52 +120,6 @@ jobs:
120120 JOB_NAME : ' Integration test'
121121 SLACK_BOT_TOKEN : ${{ secrets.ANGULAR_ROBOT_SLACK_TOKEN }}
122122
123- linker_aot_tests :
124- runs-on : ubuntu-latest-4core
125- steps :
126- - name : Initialize environment
127- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
128- with :
129- cache-node-modules : true
130- - name : Setup Bazel
131- uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
132- - name : Setup Bazel RBE
133- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
134- with :
135- google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
136- - name : Install node modules
137- run : pnpm install --frozen-lockfile
138- - name : Run linker AOT tests
139- run : pnpm test-linker-aot
140- - uses : ./.github/actions/slack
141- if : failure()
142- with :
143- JOB_NAME : ' Link AOT test'
144- SLACK_BOT_TOKEN : ${{ secrets.ANGULAR_ROBOT_SLACK_TOKEN }}
145-
146- linker_jit_tests :
147- runs-on : ubuntu-latest-4core
148- steps :
149- - name : Initialize environment
150- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4bf37af223483ce00f9316d227fd62cd744dc4b
151- with :
152- cache-node-modules : true
153- - name : Setup Bazel
154- uses : angular/dev-infra/github-actions/bazel/setup@e4bf37af223483ce00f9316d227fd62cd744dc4b
155- - name : Setup Bazel RBE
156- uses : angular/dev-infra/github-actions/bazel/configure-remote@e4bf37af223483ce00f9316d227fd62cd744dc4b
157- with :
158- google_credential : ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
159- - name : Install node modules
160- run : pnpm install --frozen-lockfile
161- - name : Run linker JIT tests
162- run : pnpm test-linker-jit
163- - uses : ./.github/actions/slack
164- if : failure()
165- with :
166- JOB_NAME : ' Link JIT test'
167- SLACK_BOT_TOKEN : ${{ secrets.ANGULAR_ROBOT_SLACK_TOKEN }}
168-
169123 test :
170124 runs-on : ubuntu-latest-16core
171125 steps :
0 commit comments