Skip to content

Commit 647ea2c

Browse files
serhalppieh
andauthored
ci: improve parallelisation of jobs (#39354)
chore: streamline circleci dependencies Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
1 parent d3ec326 commit 647ea2c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.circleci/config.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,7 @@ aliases:
110110
- master
111111
- /docs.+/
112112
requires:
113-
- lint
114-
- typecheck
115-
- unit_tests_node18
113+
- bootstrap
116114

117115
commands:
118116
e2e-test:
@@ -657,21 +655,13 @@ workflows:
657655
- windows_unit_tests:
658656
<<: *ignore_docs
659657
requires:
660-
- lint
661658
- bootstrap
662659
- windows_adapters_smoke:
663660
requires:
664-
# ideally we wait for windows unit tests here, but because those are flaky
665-
# feedback loop would be not practical, so at least wait for linux unit tests
666-
# to resemble setup for more robust E2E tests
667-
- lint
668661
- bootstrap
669-
- unit_tests_node18
670662
- unit_tests_node18:
671663
<<: *ignore_docs
672664
requires:
673-
- lint
674-
- typecheck
675665
- bootstrap
676666
- integration_tests_gatsby_source_wordpress:
677667
<<: *e2e-test-workflow

0 commit comments

Comments
 (0)