@@ -384,7 +384,7 @@ defaults:
384
384
TERM : xterm
385
385
MAKEFLAGS : -j 2
386
386
387
- - base_node_latest_small : &base_node_latest_small
387
+ - base_node_small : &base_node_small
388
388
docker :
389
389
- image : circleci/node
390
390
resource_class : small
@@ -521,71 +521,61 @@ defaults:
521
521
name : t_native_test_ext_ens
522
522
project : ens
523
523
binary_type : native
524
- # NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
525
524
nodejs_version : ' 16'
526
525
- job_native_test_ext_trident : &job_native_test_ext_trident
527
526
<< : *workflow_ubuntu2004_static
528
527
name : t_native_test_ext_trident
529
528
project : trident
530
529
binary_type : native
531
- # NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
532
530
nodejs_version : ' 16'
533
531
- job_native_test_ext_euler : &job_native_test_ext_euler
534
532
<< : *workflow_ubuntu2004_static
535
533
name : t_native_test_ext_euler
536
534
project : euler
537
535
binary_type : native
538
- # NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
539
536
nodejs_version : ' 16'
540
537
- job_native_test_ext_yield_liquidator : &job_native_test_ext_yield_liquidator
541
538
<< : *workflow_ubuntu2004_static
542
539
name : t_native_test_ext_yield_liquidator
543
540
project : yield-liquidator
544
541
binary_type : native
545
- # NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
546
542
nodejs_version : ' 16'
547
543
- job_native_test_ext_bleeps : &job_native_test_ext_bleeps
548
544
<< : *workflow_ubuntu2004_static
549
545
name : t_native_test_ext_bleeps
550
546
project : bleeps
551
547
binary_type : native
552
- # NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
553
548
nodejs_version : ' 16'
554
549
resource_class : medium
555
550
- job_native_test_ext_pool_together : &job_native_test_ext_pool_together
556
551
<< : *workflow_ubuntu2004_static
557
552
name : t_native_test_ext_pool_together
558
553
project : pool-together
559
554
binary_type : native
560
- # NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
561
555
nodejs_version : ' 16'
562
556
- job_native_test_ext_perpetual_pools : &job_native_test_ext_perpetual_pools
563
557
<< : *workflow_ubuntu2004_static
564
558
name : t_native_test_ext_perpetual_pools
565
559
project : perpetual-pools
566
560
binary_type : native
567
- # NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
568
561
nodejs_version : ' 16'
569
562
- job_native_test_ext_uniswap : &job_native_test_ext_uniswap
570
563
<< : *workflow_ubuntu2004_static
571
564
name : t_native_test_ext_uniswap
572
565
project : uniswap
573
566
binary_type : native
574
- # NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
575
567
nodejs_version : ' 16'
576
568
- job_native_test_prb_math : &job_native_test_prb_math
577
569
<< : *workflow_ubuntu2004_static
578
570
name : t_native_test_ext_prb_math
579
571
project : prb-math
580
572
binary_type : native
581
- # NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
582
573
nodejs_version : ' 16'
583
574
- job_native_test_ext_elementfi : &job_native_test_ext_elementfi
584
575
<< : *workflow_ubuntu2004_static
585
576
name : t_native_test_ext_elementfi
586
577
project : elementfi
587
578
binary_type : native
588
- # NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
589
579
nodejs_version : ' 16'
590
580
resource_class : medium
591
581
- job_ems_test_ext_colony : &job_ems_test_ext_colony
@@ -615,7 +605,7 @@ jobs:
615
605
- gitter_notify_failure_unless_pr
616
606
617
607
chk_docs_examples :
618
- << : *base_node_latest_small
608
+ << : *base_node_small
619
609
steps :
620
610
- checkout
621
611
- attach_workspace :
@@ -684,7 +674,7 @@ jobs:
684
674
- gitter_notify_failure_unless_pr
685
675
686
676
chk_buglist :
687
- << : *base_node_latest_small
677
+ << : *base_node_small
688
678
steps :
689
679
- checkout
690
680
- run :
@@ -1146,7 +1136,9 @@ jobs:
1146
1136
- gitter_notify_failure_unless_pr
1147
1137
1148
1138
t_ems_ext_hardhat :
1149
- << : *base_node_latest_small
1139
+ << : *base_node_small
1140
+ docker :
1141
+ - image : circleci/node:16
1150
1142
environment :
1151
1143
TERM : xterm
1152
1144
HARDHAT_TESTS_SOLC_PATH : /tmp/workspace/soljson.js
@@ -1349,7 +1341,7 @@ jobs:
1349
1341
- gitter_notify_failure_unless_pr
1350
1342
1351
1343
b_bytecode_ems :
1352
- << : *base_node_latest_small
1344
+ << : *base_node_small
1353
1345
environment :
1354
1346
SOLC_EMSCRIPTEN : " On"
1355
1347
steps :
0 commit comments