@@ -202,7 +202,7 @@ functions:
202
202
cp ${PROJECT_DIRECTORY}/data/certificates/client.pem ${DRIVERS_TOOLS}/.evergreen/x509gen/client.pem
203
203
cp ${PROJECT_DIRECTORY}/data/certificates/client.pem ${MONGO_ORCHESTRATION_HOME}/lib/client.pem
204
204
205
- MONGODB_VERSION=${VERSION} AUTH=${AUTH} SSL=${SSL} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
205
+ MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} AUTH=${AUTH} SSL=${SSL} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
206
206
- command : expansions.update
207
207
params :
208
208
file : mo-expansion.yml
@@ -286,6 +286,7 @@ functions:
286
286
AUTH=${AUTH} \
287
287
SSL=${SSL} \
288
288
MONGODB_URI="${MONGODB_URI}" \
289
+ TOPOLOGY=${TOPOLOGY} \
289
290
MONGO_GO_DRIVER_COMPRESSOR=${MONGO_GO_DRIVER_COMPRESSOR} \
290
291
BUILD_TAGS="-tags cse" \
291
292
AWS_ACCESS_KEY_ID="${cse_aws_access_key_id}" \
@@ -458,6 +459,7 @@ tasks:
458
459
commands :
459
460
- func : bootstrap-mongo-orchestration
460
461
vars :
462
+ TOPOLOGY : " server"
461
463
AUTH : " noauth"
462
464
SSL : " nossl"
463
465
- func : run-make
@@ -477,10 +479,12 @@ tasks:
477
479
commands :
478
480
- func : bootstrap-mongo-orchestration
479
481
vars :
482
+ TOPOLOGY : " server"
480
483
AUTH : " noauth"
481
484
SSL : " nossl"
482
485
- func : run-tests
483
486
vars :
487
+ TOPOLOGY : " server"
484
488
AUTH : " noauth"
485
489
SSL : " nossl"
486
490
@@ -489,10 +493,12 @@ tasks:
489
493
commands :
490
494
- func : bootstrap-mongo-orchestration
491
495
vars :
496
+ TOPOLOGY : " server"
492
497
AUTH : " noauth"
493
498
SSL : " nossl"
494
499
- func : run-tests
495
500
vars :
501
+ TOPOLOGY : " server"
496
502
AUTH : " noauth"
497
503
SSL : " nossl"
498
504
MONGO_GO_DRIVER_COMPRESSOR : " snappy"
@@ -502,10 +508,12 @@ tasks:
502
508
commands :
503
509
- func : bootstrap-mongo-orchestration
504
510
vars :
511
+ TOPOLOGY : " server"
505
512
AUTH : " noauth"
506
513
SSL : " nossl"
507
514
- func : run-tests
508
515
vars :
516
+ TOPOLOGY : " server"
509
517
AUTH : " noauth"
510
518
SSL : " nossl"
511
519
MONGO_GO_DRIVER_COMPRESSOR : " zlib"
@@ -515,10 +523,12 @@ tasks:
515
523
commands :
516
524
- func : bootstrap-mongo-orchestration
517
525
vars :
526
+ TOPOLOGY : " server"
518
527
AUTH : " noauth"
519
528
SSL : " nossl"
520
529
- func : run-tests
521
530
vars :
531
+ TOPOLOGY : " server"
522
532
AUTH : " noauth"
523
533
SSL : " nossl"
524
534
MONGO_GO_DRIVER_COMPRESSOR : " zstd"
@@ -528,10 +538,12 @@ tasks:
528
538
commands :
529
539
- func : bootstrap-mongo-orchestration
530
540
vars :
541
+ TOPOLOGY : " server"
531
542
AUTH : " auth"
532
543
SSL : " ssl"
533
544
- func : run-tests
534
545
vars :
546
+ TOPOLOGY : " server"
535
547
AUTH : " auth"
536
548
SSL : " ssl"
537
549
@@ -540,10 +552,12 @@ tasks:
540
552
commands :
541
553
- func : bootstrap-mongo-orchestration
542
554
vars :
555
+ TOPOLOGY : " server"
543
556
AUTH : " auth"
544
557
SSL : " ssl"
545
558
- func : run-tests
546
559
vars :
560
+ TOPOLOGY : " server"
547
561
AUTH : " auth"
548
562
SSL : " ssl"
549
563
MONGO_GO_DRIVER_COMPRESSOR : " snappy"
@@ -553,10 +567,12 @@ tasks:
553
567
commands :
554
568
- func : bootstrap-mongo-orchestration
555
569
vars :
570
+ TOPOLOGY : " server"
556
571
AUTH : " auth"
557
572
SSL : " ssl"
558
573
- func : run-tests
559
574
vars :
575
+ TOPOLOGY : " server"
560
576
AUTH : " auth"
561
577
SSL : " ssl"
562
578
MONGO_GO_DRIVER_COMPRESSOR : " zlib"
@@ -566,10 +582,12 @@ tasks:
566
582
commands :
567
583
- func : bootstrap-mongo-orchestration
568
584
vars :
585
+ TOPOLOGY : " server"
569
586
AUTH : " auth"
570
587
SSL : " ssl"
571
588
- func : run-tests
572
589
vars :
590
+ TOPOLOGY : " server"
573
591
AUTH : " auth"
574
592
SSL : " ssl"
575
593
MONGO_GO_DRIVER_COMPRESSOR : " zstd"
@@ -579,10 +597,12 @@ tasks:
579
597
commands :
580
598
- func : bootstrap-mongo-orchestration
581
599
vars :
600
+ TOPOLOGY : " replica_set"
582
601
AUTH : " noauth"
583
602
SSL : " nossl"
584
603
- func : run-tests
585
604
vars :
605
+ TOPOLOGY : " replica_set"
586
606
AUTH : " noauth"
587
607
SSL : " nossl"
588
608
@@ -591,10 +611,12 @@ tasks:
591
611
commands :
592
612
- func : bootstrap-mongo-orchestration
593
613
vars :
614
+ TOPOLOGY : " replica_set"
594
615
AUTH : " auth"
595
616
SSL : " ssl"
596
617
- func : run-tests
597
618
vars :
619
+ TOPOLOGY : " replica_set"
598
620
AUTH : " auth"
599
621
SSL : " ssl"
600
622
@@ -603,10 +625,12 @@ tasks:
603
625
commands :
604
626
- func : bootstrap-mongo-orchestration
605
627
vars :
628
+ TOPOLOGY : " sharded_cluster"
606
629
AUTH : " noauth"
607
630
SSL : " nossl"
608
631
- func : run-tests
609
632
vars :
633
+ TOPOLOGY : " sharded_cluster"
610
634
AUTH : " noauth"
611
635
SSL : " nossl"
612
636
@@ -615,10 +639,12 @@ tasks:
615
639
commands :
616
640
- func : bootstrap-mongo-orchestration
617
641
vars :
642
+ TOPOLOGY : " sharded_cluster"
618
643
AUTH : " noauth"
619
644
SSL : " nossl"
620
645
- func : run-tests
621
646
vars :
647
+ TOPOLOGY : " sharded_cluster"
622
648
AUTH : " noauth"
623
649
SSL : " nossl"
624
650
MONGO_GO_DRIVER_COMPRESSOR : " snappy"
@@ -628,10 +654,12 @@ tasks:
628
654
commands :
629
655
- func : bootstrap-mongo-orchestration
630
656
vars :
657
+ TOPOLOGY : " sharded_cluster"
631
658
AUTH : " noauth"
632
659
SSL : " nossl"
633
660
- func : run-tests
634
661
vars :
662
+ TOPOLOGY : " sharded_cluster"
635
663
AUTH : " noauth"
636
664
SSL : " nossl"
637
665
MONGO_GO_DRIVER_COMPRESSOR : " zlib"
@@ -641,10 +669,12 @@ tasks:
641
669
commands :
642
670
- func : bootstrap-mongo-orchestration
643
671
vars :
672
+ TOPOLOGY : " sharded_cluster"
644
673
AUTH : " noauth"
645
674
SSL : " nossl"
646
675
- func : run-tests
647
676
vars :
677
+ TOPOLOGY : " sharded_cluster"
648
678
AUTH : " noauth"
649
679
SSL : " nossl"
650
680
MONGO_GO_DRIVER_COMPRESSOR : " zstd"
@@ -654,10 +684,12 @@ tasks:
654
684
commands :
655
685
- func : bootstrap-mongo-orchestration
656
686
vars :
687
+ TOPOLOGY : " sharded_cluster"
657
688
AUTH : " auth"
658
689
SSL : " ssl"
659
690
- func : run-tests
660
691
vars :
692
+ TOPOLOGY : " sharded_cluster"
661
693
AUTH : " auth"
662
694
SSL : " ssl"
663
695
@@ -666,10 +698,12 @@ tasks:
666
698
commands :
667
699
- func : bootstrap-mongo-orchestration
668
700
vars :
701
+ TOPOLOGY : " sharded_cluster"
669
702
AUTH : " auth"
670
703
SSL : " ssl"
671
704
- func : run-tests
672
705
vars :
706
+ TOPOLOGY : " sharded_cluster"
673
707
AUTH : " auth"
674
708
SSL : " ssl"
675
709
MONGO_GO_DRIVER_COMPRESSOR : " snappy"
@@ -679,10 +713,12 @@ tasks:
679
713
commands :
680
714
- func : bootstrap-mongo-orchestration
681
715
vars :
716
+ TOPOLOGY : " sharded_cluster"
682
717
AUTH : " auth"
683
718
SSL : " ssl"
684
719
- func : run-tests
685
720
vars :
721
+ TOPOLOGY : " sharded_cluster"
686
722
AUTH : " auth"
687
723
SSL : " ssl"
688
724
MONGO_GO_DRIVER_COMPRESSOR : " zlib"
@@ -692,10 +728,12 @@ tasks:
692
728
commands :
693
729
- func : bootstrap-mongo-orchestration
694
730
vars :
731
+ TOPOLOGY : " sharded_cluster"
695
732
AUTH : " auth"
696
733
SSL : " ssl"
697
734
- func : run-tests
698
735
vars :
736
+ TOPOLOGY : " sharded_cluster"
699
737
AUTH : " auth"
700
738
SSL : " ssl"
701
739
MONGO_GO_DRIVER_COMPRESSOR : " zstd"
0 commit comments