@@ -7,7 +7,7 @@ executors:
7
7
parameters :
8
8
image :
9
9
type : string
10
- default : " 14.17 .0"
10
+ default : " 14.15 .0"
11
11
docker :
12
12
- image : cimg/node:<< parameters.image >>
13
13
environment :
@@ -63,7 +63,6 @@ aliases:
63
63
branches :
64
64
ignore :
65
65
- /docs.+/
66
- - /blog.+/
67
66
68
67
test_template : &test_template
69
68
parallelism : 4
@@ -101,7 +100,6 @@ aliases:
101
100
ignore :
102
101
- master
103
102
- /docs.+/
104
- - /blog.+/
105
103
requires :
106
104
- lint
107
105
- typecheck
@@ -231,19 +229,10 @@ jobs:
231
229
- run : yarn check-repo-fields
232
230
233
231
unit_tests_node14 :
232
+ # GATSBY_EXPERIMENTAL_LMDB_INDEXES is not activated yet
234
233
executor :
235
234
name : node
236
- image : " 14.17.0"
237
- << : *test_template
238
-
239
- unit_tests_node14_lmdb_store :
240
- executor :
241
- name : node
242
- image : " 14.17.0"
243
- environment :
244
- GATSBY_EXPERIMENTAL_LMDB_STORE : 1
245
- GATSBY_EXPERIMENTAL_LMDB_INDEXES : 1
246
- GATSBY_EXPERIMENTAL_PARALLEL_QUERY_RUNNING : 1
235
+ image : " 14.15.0"
247
236
<< : *test_template
248
237
249
238
integration_tests_gatsby_source_wordpress :
@@ -494,32 +483,7 @@ jobs:
494
483
- run : git config --global user.name "GatsbyJS Bot"
495
484
-
run :
git config --global user.email "[email protected] "
496
485
- run : node scripts/gatsby-changelog-generator/update-and-open-pr.js
497
-
498
- update_i18n_source :
499
- executor : node
500
- steps :
501
- - checkout
502
- - run : git config --global user.name "GatsbyJS Bot"
503
- -
run :
git config --global user.email "[email protected] "
504
- - run :
505
- command : yarn
506
- working_directory : ~/project/scripts/i18n
507
- - run :
508
- command : yarn run update-source
509
- working_directory : ~/project/scripts/i18n
510
-
511
- sync_translation_repo :
512
- executor : node
513
- steps :
514
- - checkout
515
- - run : git config --global user.name "GatsbyJS Bot"
516
- -
run :
git config --global user.email "[email protected] "
517
- - run :
518
- command : yarn
519
- working_directory : ~/project/scripts/i18n
520
- - run :
521
- command : yarn run-all sync
522
- working_directory : ~/project/scripts/i18n
486
+ - run : yarn format:other
523
487
524
488
windows_unit_tests :
525
489
parallelism : 4
@@ -539,11 +503,11 @@ jobs:
539
503
540
504
- << : *attach_to_bootstrap
541
505
- run :
542
- name : Install node 14.17 and yarn
506
+ name : Install node 14.15.0 and yarn
543
507
command : |
544
- nvm install 14.17 .0
545
- nvm alias default 14.17 .0
546
- nvm use 14.17 .0
508
+ nvm install 14.15 .0
509
+ nvm alias default 14.15 .0
510
+ nvm use 14.15 .0
547
511
choco install yarn
548
512
- run :
549
513
name : Rebuild packages for windows
@@ -585,17 +549,6 @@ jobs:
585
549
workflows :
586
550
version : 2
587
551
588
- weekly-i18n-sync :
589
- triggers :
590
- - schedule :
591
- cron : " 0 1 * * 6"
592
- filters :
593
- branches :
594
- only :
595
- - master
596
- jobs :
597
- - sync_translation_repo
598
-
599
552
nightly-react-next :
600
553
triggers :
601
554
- schedule :
@@ -669,14 +622,6 @@ workflows:
669
622
- lint
670
623
- typecheck
671
624
- bootstrap
672
- - unit_tests_node14_lmdb_store :
673
- << : *ignore_docs
674
- # rebuild to get correct version of lmdb-store (compiled for node14 not node12)
675
- npm_rebuild : true
676
- requires :
677
- - lint
678
- - typecheck
679
- - bootstrap
680
625
- integration_tests_gatsby_source_wordpress :
681
626
<< : *e2e-test-workflow
682
627
- integration_tests_node_manifest :
@@ -727,8 +672,3 @@ workflows:
727
672
branches :
728
673
only :
729
674
- master
730
- - update_i18n_source :
731
- filters :
732
- branches :
733
- only :
734
- - master
0 commit comments