@@ -692,9 +692,9 @@ tasks:
692
692
vars :
693
693
MONGOCXX_TEST_TOPOLOGY : single
694
694
USE_STATIC_LIBS : 1
695
- - name : integration-macos-1100-release-shared-5.0 -single
695
+ - name : integration-macos-1100-release-shared-extra_alignment-latest -single
696
696
run_on : macos-1100
697
- tags : [integration, macos-1100, release, shared, "5.0" , single]
697
+ tags : [integration, macos-1100, release, shared, extra_alignment, latest , single]
698
698
commands :
699
699
- command : expansions.update
700
700
params :
@@ -703,7 +703,32 @@ tasks:
703
703
- func : setup
704
704
- func : start_mongod
705
705
vars :
706
- mongodb_version : " 5.0"
706
+ mongodb_version : latest
707
+ - func : install_c_driver
708
+ vars :
709
+ BSON_EXTRA_ALIGNMENT : 1
710
+ SKIP_INSTALL_LIBMONGOCRYPT : 1
711
+ - func : compile
712
+ vars :
713
+ BSON_EXTRA_ALIGNMENT : 1
714
+ ENABLE_TESTS : " ON"
715
+ - func : fetch-det
716
+ - func : run_kms_servers
717
+ - func : test
718
+ vars :
719
+ MONGOCXX_TEST_TOPOLOGY : single
720
+ - name : integration-macos-1100-release-shared-latest-single
721
+ run_on : macos-1100
722
+ tags : [integration, macos-1100, release, shared, latest, single]
723
+ commands :
724
+ - command : expansions.update
725
+ params :
726
+ updates :
727
+ - { key: build_type, value: Release }
728
+ - func : setup
729
+ - func : start_mongod
730
+ vars :
731
+ mongodb_version : latest
707
732
- func : fetch_c_driver_source
708
733
- func : compile
709
734
vars :
@@ -714,9 +739,9 @@ tasks:
714
739
- func : test
715
740
vars :
716
741
MONGOCXX_TEST_TOPOLOGY : single
717
- - name : integration-macos-1100-release-shared -extra_alignment-5.0 -single
742
+ - name : integration-macos-1100-release-static -extra_alignment-latest -single
718
743
run_on : macos-1100
719
- tags : [integration, macos-1100, release, shared , extra_alignment, "5.0" , single]
744
+ tags : [integration, macos-1100, release, static , extra_alignment, latest , single]
720
745
commands :
721
746
- command : expansions.update
722
747
params :
@@ -725,7 +750,7 @@ tasks:
725
750
- func : setup
726
751
- func : start_mongod
727
752
vars :
728
- mongodb_version : " 5.0 "
753
+ mongodb_version : latest
729
754
- func : install_c_driver
730
755
vars :
731
756
BSON_EXTRA_ALIGNMENT : 1
@@ -734,14 +759,40 @@ tasks:
734
759
vars :
735
760
BSON_EXTRA_ALIGNMENT : 1
736
761
ENABLE_TESTS : " ON"
762
+ USE_STATIC_LIBS : 1
737
763
- func : fetch-det
738
764
- func : run_kms_servers
739
765
- func : test
740
766
vars :
741
767
MONGOCXX_TEST_TOPOLOGY : single
742
- - name : integration-macos-1100-release-shared-extra_alignment-latest-single
768
+ USE_STATIC_LIBS : 1
769
+ - name : integration-macos-1100-release-static-latest-single
743
770
run_on : macos-1100
744
- tags : [integration, macos-1100, release, shared, extra_alignment, latest, single]
771
+ tags : [integration, macos-1100, release, static, latest, single]
772
+ commands :
773
+ - command : expansions.update
774
+ params :
775
+ updates :
776
+ - { key: build_type, value: Release }
777
+ - func : setup
778
+ - func : start_mongod
779
+ vars :
780
+ mongodb_version : latest
781
+ - func : fetch_c_driver_source
782
+ - func : compile
783
+ vars :
784
+ ENABLE_TESTS : " ON"
785
+ RUN_DISTCHECK : 1
786
+ USE_STATIC_LIBS : 1
787
+ - func : fetch-det
788
+ - func : run_kms_servers
789
+ - func : test
790
+ vars :
791
+ MONGOCXX_TEST_TOPOLOGY : single
792
+ USE_STATIC_LIBS : 1
793
+ - name : integration-macos-14-arm64-release-shared-extra_alignment-latest-single
794
+ run_on : macos-14-arm64
795
+ tags : [integration, macos-14-arm64, release, shared, extra_alignment, latest, single]
745
796
commands :
746
797
- command : expansions.update
747
798
params :
@@ -764,9 +815,9 @@ tasks:
764
815
- func : test
765
816
vars :
766
817
MONGOCXX_TEST_TOPOLOGY : single
767
- - name : integration-macos-1100 -release-shared-latest-single
768
- run_on : macos-1100
769
- tags : [integration, macos-1100 , release, shared, latest, single]
818
+ - name : integration-macos-14-arm64 -release-shared-latest-single
819
+ run_on : macos-14-arm64
820
+ tags : [integration, macos-14-arm64 , release, shared, latest, single]
770
821
commands :
771
822
- command : expansions.update
772
823
params :
@@ -786,9 +837,9 @@ tasks:
786
837
- func : test
787
838
vars :
788
839
MONGOCXX_TEST_TOPOLOGY : single
789
- - name : integration-macos-1100- release-static-5.0 -single
790
- run_on : macos-1100
791
- tags : [integration, macos-1100 , release, static, "5.0" , single]
840
+ - name : integration-macos-14-arm64- release-static-extra_alignment-latest -single
841
+ run_on : macos-14-arm64
842
+ tags : [integration, macos-14-arm64 , release, static, extra_alignment, latest , single]
792
843
commands :
793
844
- command : expansions.update
794
845
params :
@@ -797,7 +848,34 @@ tasks:
797
848
- func : setup
798
849
- func : start_mongod
799
850
vars :
800
- mongodb_version : " 5.0"
851
+ mongodb_version : latest
852
+ - func : install_c_driver
853
+ vars :
854
+ BSON_EXTRA_ALIGNMENT : 1
855
+ SKIP_INSTALL_LIBMONGOCRYPT : 1
856
+ - func : compile
857
+ vars :
858
+ BSON_EXTRA_ALIGNMENT : 1
859
+ ENABLE_TESTS : " ON"
860
+ USE_STATIC_LIBS : 1
861
+ - func : fetch-det
862
+ - func : run_kms_servers
863
+ - func : test
864
+ vars :
865
+ MONGOCXX_TEST_TOPOLOGY : single
866
+ USE_STATIC_LIBS : 1
867
+ - name : integration-macos-14-arm64-release-static-latest-single
868
+ run_on : macos-14-arm64
869
+ tags : [integration, macos-14-arm64, release, static, latest, single]
870
+ commands :
871
+ - command : expansions.update
872
+ params :
873
+ updates :
874
+ - { key: build_type, value: Release }
875
+ - func : setup
876
+ - func : start_mongod
877
+ vars :
878
+ mongodb_version : latest
801
879
- func : fetch_c_driver_source
802
880
- func : compile
803
881
vars :
@@ -810,9 +888,9 @@ tasks:
810
888
vars :
811
889
MONGOCXX_TEST_TOPOLOGY : single
812
890
USE_STATIC_LIBS : 1
813
- - name : integration-macos-1100 -release-static-extra_alignment -5.0-single
814
- run_on : macos-1100
815
- tags : [integration, macos-1100 , release, static, extra_alignment , "5.0", single]
891
+ - name : integration-macos-14 -release-shared -5.0-single
892
+ run_on : macos-14
893
+ tags : [integration, macos-14 , release, shared , "5.0", single]
816
894
commands :
817
895
- command : expansions.update
818
896
params :
@@ -822,24 +900,19 @@ tasks:
822
900
- func : start_mongod
823
901
vars :
824
902
mongodb_version : " 5.0"
825
- - func : install_c_driver
826
- vars :
827
- BSON_EXTRA_ALIGNMENT : 1
828
- SKIP_INSTALL_LIBMONGOCRYPT : 1
903
+ - func : fetch_c_driver_source
829
904
- func : compile
830
905
vars :
831
- BSON_EXTRA_ALIGNMENT : 1
832
906
ENABLE_TESTS : " ON"
833
- USE_STATIC_LIBS : 1
907
+ RUN_DISTCHECK : 1
834
908
- func : fetch-det
835
909
- func : run_kms_servers
836
910
- func : test
837
911
vars :
838
912
MONGOCXX_TEST_TOPOLOGY : single
839
- USE_STATIC_LIBS : 1
840
- - name : integration-macos-1100-release-static-extra_alignment-latest-single
841
- run_on : macos-1100
842
- tags : [integration, macos-1100, release, static, extra_alignment, latest, single]
913
+ - name : integration-macos-14-release-shared-extra_alignment-5.0-single
914
+ run_on : macos-14
915
+ tags : [integration, macos-14, release, shared, extra_alignment, "5.0", single]
843
916
commands :
844
917
- command : expansions.update
845
918
params :
@@ -848,7 +921,7 @@ tasks:
848
921
- func : setup
849
922
- func : start_mongod
850
923
vars :
851
- mongodb_version : latest
924
+ mongodb_version : " 5.0 "
852
925
- func : install_c_driver
853
926
vars :
854
927
BSON_EXTRA_ALIGNMENT : 1
@@ -857,16 +930,14 @@ tasks:
857
930
vars :
858
931
BSON_EXTRA_ALIGNMENT : 1
859
932
ENABLE_TESTS : " ON"
860
- USE_STATIC_LIBS : 1
861
933
- func : fetch-det
862
934
- func : run_kms_servers
863
935
- func : test
864
936
vars :
865
937
MONGOCXX_TEST_TOPOLOGY : single
866
- USE_STATIC_LIBS : 1
867
- - name : integration-macos-1100-release-static-latest-single
868
- run_on : macos-1100
869
- tags : [integration, macos-1100, release, static, latest, single]
938
+ - name : integration-macos-14-release-static-5.0-single
939
+ run_on : macos-14
940
+ tags : [integration, macos-14, release, static, "5.0", single]
870
941
commands :
871
942
- command : expansions.update
872
943
params :
@@ -875,7 +946,7 @@ tasks:
875
946
- func : setup
876
947
- func : start_mongod
877
948
vars :
878
- mongodb_version : latest
949
+ mongodb_version : " 5.0 "
879
950
- func : fetch_c_driver_source
880
951
- func : compile
881
952
vars :
@@ -888,6 +959,33 @@ tasks:
888
959
vars :
889
960
MONGOCXX_TEST_TOPOLOGY : single
890
961
USE_STATIC_LIBS : 1
962
+ - name : integration-macos-14-release-static-extra_alignment-5.0-single
963
+ run_on : macos-14
964
+ tags : [integration, macos-14, release, static, extra_alignment, "5.0", single]
965
+ commands :
966
+ - command : expansions.update
967
+ params :
968
+ updates :
969
+ - { key: build_type, value: Release }
970
+ - func : setup
971
+ - func : start_mongod
972
+ vars :
973
+ mongodb_version : " 5.0"
974
+ - func : install_c_driver
975
+ vars :
976
+ BSON_EXTRA_ALIGNMENT : 1
977
+ SKIP_INSTALL_LIBMONGOCRYPT : 1
978
+ - func : compile
979
+ vars :
980
+ BSON_EXTRA_ALIGNMENT : 1
981
+ ENABLE_TESTS : " ON"
982
+ USE_STATIC_LIBS : 1
983
+ - func : fetch-det
984
+ - func : run_kms_servers
985
+ - func : test
986
+ vars :
987
+ MONGOCXX_TEST_TOPOLOGY : single
988
+ USE_STATIC_LIBS : 1
891
989
- name : integration-rhel81-power8-release-shared-5.0-single
892
990
run_on : rhel81-power8-large
893
991
tags : [integration, rhel81-power8, release, shared, "5.0", single]
@@ -4537,9 +4635,9 @@ tasks:
4537
4635
TEST_WITH_VALGRIND : " ON"
4538
4636
disable_slow_tests : 1
4539
4637
use_mongocryptd : true
4540
- - name : versioned-api-one-required-macos-1100 -release-shared
4541
- run_on : macos-1100
4542
- tags : [versioned-api, macos-1100 , release, shared]
4638
+ - name : versioned-api-one-required-macos-14-arm64 -release-shared
4639
+ run_on : macos-14-arm64
4640
+ tags : [versioned-api, macos-14-arm64 , release, shared]
4543
4641
commands :
4544
4642
- func : setup
4545
4643
- func : start_mongod
@@ -4608,9 +4706,9 @@ tasks:
4608
4706
example_projects_cxx_standard : 17
4609
4707
generator : Visual Studio 16 2019
4610
4708
platform : x64
4611
- - name : versioned-api-two-accepted-macos-1100 -release-shared
4612
- run_on : macos-1100
4613
- tags : [versioned-api, macos-1100 , release, shared]
4709
+ - name : versioned-api-two-accepted-macos-14-arm64 -release-shared
4710
+ run_on : macos-14-arm64
4711
+ tags : [versioned-api, macos-14-arm64 , release, shared]
4614
4712
commands :
4615
4713
- func : setup
4616
4714
- func : start_mongod
0 commit comments