File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -328,12 +328,6 @@ workflows:
328
328
branches :
329
329
ignore :
330
330
- /docs-preview/
331
- - test :
332
- requires :
333
- - build
334
- - integration :
335
- requires :
336
- - build
337
331
- e2e-cli :
338
332
post-steps :
339
333
- store_artifacts :
@@ -374,6 +368,17 @@ workflows:
374
368
- test-browsers :
375
369
requires :
376
370
- build
371
+
372
+ # Bazel jobs
373
+ # These jobs only really depend on Setup, but the build job is very quick to run (~35s) and
374
+ # will catch any build errors before proceeding to the more lengthy and resource intensive
375
+ # Bazel jobs.
376
+ - test :
377
+ requires :
378
+ - build
379
+ - integration :
380
+ requires :
381
+ - build
377
382
378
383
# Windows jobs
379
384
# These jobs only run after their non-windows counterparts finish successfully.
You can’t perform that action at this time.
0 commit comments