@@ -200,38 +200,6 @@ jobs:
200
200
command : yarn bazel build //...
201
201
- fail_fast
202
202
203
- test :
204
- executor : bazel-executor
205
- parameters :
206
- nodeversion :
207
- type : string
208
- default : *default_nodeversion_major
209
- steps :
210
- - custom_attach_workspace
211
- - setup_bazel_rbe
212
- - when :
213
- # The default nodeversion runs all *excluding* other versions
214
- condition :
215
- equal : [*default_nodeversion_major, << parameters.nodeversion >>]
216
- steps :
217
- - run :
218
- command : yarn bazel test --test_tag_filters=-node18,-node<< parameters.nodeversion >>-broken //packages/...
219
- # This timeout provides time for the actual tests to timeout and report status
220
- # instead of CircleCI stopping the job without test failure information.
221
- no_output_timeout : 40m
222
- - when :
223
- # Non-default nodeversion runs only that specific nodeversion
224
- condition :
225
- not :
226
- equal : [*default_nodeversion_major, << parameters.nodeversion >>]
227
- steps :
228
- - run :
229
- command : yarn bazel test --test_tag_filters=node<< parameters.nodeversion >>,-node<< parameters.nodeversion >>-broken //packages/...
230
- # This timeout provides time for the actual tests to timeout and report status
231
- # instead of CircleCI stopping the job without test failure information.
232
- no_output_timeout : 40m
233
- - fail_fast
234
-
235
203
e2e-tests :
236
204
executor : bazel-executor
237
205
parallelism : 8
@@ -366,16 +334,6 @@ workflows:
366
334
# Linux jobs
367
335
- setup
368
336
369
- # These jobs only really depend on Setup, but the build job is very quick to run (~35s) and
370
- # will catch any build errors before proceeding to the more lengthy and resource intensive
371
- - test :
372
- name : test-node<< matrix.nodeversion >>
373
- matrix :
374
- parameters :
375
- nodeversion : ['16', '18']
376
- requires :
377
- - build
378
-
379
337
# Bazel jobs
380
338
- build :
381
339
requires :
0 commit comments