@@ -217,6 +217,12 @@ functions:
217
217
params :
218
218
script : |
219
219
${PREPARE_SHELL}
220
+ if [ "${OS}" = "macos-14-arm64" ]; then
221
+ # have to set the limit manually for macos-14-arm, can be removed once DEVPROD-7353 will be solved
222
+ ulimit -n 64000
223
+ ulimit -a
224
+ fi
225
+
220
226
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} \
221
227
LOAD_BALANCER=${LOAD_BALANCER} \
222
228
MONGODB_VERSION=${VERSION} \
@@ -1867,40 +1873,35 @@ axes:
1867
1873
display_name : " Windows 64-bit"
1868
1874
variables :
1869
1875
OS : " windows-64"
1870
- python3_binary : " C:/python/Python38/python.exe"
1871
1876
skip_ECS_auth_test : true
1872
1877
skip_web_identity_auth_test : true
1873
1878
run_on : windows-64-vs2017-test
1874
1879
- id : " ubuntu-1804"
1875
1880
display_name : " Ubuntu 18.04"
1876
1881
variables :
1877
1882
OS : " ubuntu-1804"
1878
- python3_binary : " /opt/python/3.8/bin/python3"
1879
1883
run_on : ubuntu1804-test
1880
1884
- id : " ubuntu-2004"
1881
1885
display_name : " Ubuntu 20.04"
1882
1886
variables :
1883
1887
OS : " ubuntu-2004"
1884
- python3_binary : " /opt/python/3.8/bin/python3"
1885
1888
run_on : ubuntu2004-small
1886
- - id : " macos-1100 "
1887
- display_name : " macOS 11 .00"
1889
+ - id : " macos-14 "
1890
+ display_name : " macOS 14 .00"
1888
1891
variables :
1889
- OS : " macos-1100"
1890
- python3_binary : /Library/Frameworks/Python.framework/Versions/3.8/bin/python3
1892
+ OS : " macos-1400"
1891
1893
skip_EC2_auth_test : true
1892
1894
skip_ECS_auth_test : true
1893
1895
skip_web_identity_auth_test : true
1894
- run_on : macos-1100
1895
- - id : " macos-1100 -arm64"
1896
- display_name : " macOS 11 .00 M1 "
1896
+ run_on : macos-14
1897
+ - id : " macos-14 -arm64"
1898
+ display_name : " macOS 14 .00 ARM "
1897
1899
variables :
1898
- OS : " macos-1100-arm64"
1899
- python3_binary : /Library/Frameworks/Python.framework/Versions/3.8/bin/python3
1900
+ OS : " macos-14-arm64"
1900
1901
skip_EC2_auth_test : true
1901
1902
skip_ECS_auth_test : true
1902
1903
skip_web_identity_auth_test : true
1903
- run_on : macos-1100 -arm64
1904
+ run_on : macos-14 -arm64
1904
1905
1905
1906
- id : topology
1906
1907
display_name : Topology
@@ -2283,7 +2284,7 @@ buildvariants:
2283
2284
- name : test-netstandard21
2284
2285
2285
2286
- matrix_name : " secure-tests-macOS"
2286
- matrix_spec : { version: ["5.0", "6.0", "7.0", "rapid", "latest"], topology: "replicaset", auth: "auth", ssl: "ssl", os: ["macos-1100 ", "macos-1100 -arm64"] }
2287
+ matrix_spec : { version: ["5.0", "6.0", "7.0", "rapid", "latest"], topology: "replicaset", auth: "auth", ssl: "ssl", os: ["macos-14 ", "macos-14 -arm64"] }
2287
2288
display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
2288
2289
tags : ["tests-variant"]
2289
2290
tasks :
@@ -2316,7 +2317,7 @@ buildvariants:
2316
2317
- name : test-netstandard21
2317
2318
2318
2319
- matrix_name : " unsecure-tests-macOS"
2319
- matrix_spec : { version: ["5.0", "6.0", "7.0", "rapid", "latest"], topology: "replicaset", auth: "noauth", ssl: "nossl", os: ["macos-1100 ", "macos-1100 -arm64"] }
2320
+ matrix_spec : { version: ["5.0", "6.0", "7.0", "rapid", "latest"], topology: "replicaset", auth: "noauth", ssl: "nossl", os: ["macos-14 ", "macos-14 -arm64"] }
2320
2321
display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
2321
2322
tags : ["tests-variant"]
2322
2323
tasks :
@@ -2349,7 +2350,7 @@ buildvariants:
2349
2350
- name : test-netstandard21
2350
2351
2351
2352
- matrix_name : " tests-compression-macOS"
2352
- matrix_spec : { compressor : ["snappy", "zstandard"], auth: "noauth", ssl: "nossl", version: ["5.0", "6.0", "7.0", "rapid", "latest"], topology: "standalone", os: ["macos-1100 ", "macos-1100 -arm64"] }
2353
+ matrix_spec : { compressor : ["snappy", "zstandard"], auth: "noauth", ssl: "nossl", version: ["5.0", "6.0", "7.0", "rapid", "latest"], topology: "standalone", os: ["macos-14 ", "macos-14 -arm64"] }
2353
2354
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
2354
2355
tags : ["tests-variant"]
2355
2356
tasks :
@@ -2421,10 +2422,8 @@ buildvariants:
2421
2422
- name : aws-auth-tests
2422
2423
2423
2424
- matrix_name : aws-auth-tests-macos
2424
- matrix_spec : { version: ["6.0", "7.0", "rapid", "latest"], topology: "standalone", os: "macos-1100 " }
2425
+ matrix_spec : { version: ["6.0", "7.0", "rapid", "latest"], topology: "standalone", os: "macos-14 " }
2425
2426
display_name : " MONGODB-AWS Auth test ${version} ${os}"
2426
- run_on :
2427
- - macos-1100
2428
2427
tasks :
2429
2428
- name : aws-auth-tests
2430
2429
@@ -2551,7 +2550,7 @@ buildvariants:
2551
2550
- name : test-csfle-with-mongocryptd-netstandard21
2552
2551
2553
2552
- matrix_name : " csfle-with-mocked-kms-tests-macOS"
2554
- matrix_spec : { os: ["macos-1100 ", "macos-1100 -arm64"], ssl: "nossl", version: ["4.2", "4.4", "5.0", "6.0", "7.0", "rapid", "latest"], topology: ["replicaset"] }
2553
+ matrix_spec : { os: ["macos-14 ", "macos-14 -arm64"], ssl: "nossl", version: ["4.2", "4.4", "5.0", "6.0", "7.0", "rapid", "latest"], topology: ["replicaset"] }
2555
2554
display_name : " CSFLE Mocked KMS ${version} ${os}"
2556
2555
tasks :
2557
2556
- name : test-csfle-with-mocked-kms-tls-netstandard21
@@ -2598,14 +2597,15 @@ buildvariants:
2598
2597
- name : test-smoke-tests-net80
2599
2598
2600
2599
- matrix_name : " smoke-tests-macOS"
2601
- matrix_spec : { os: "macos-1100 ", ssl: "nossl", version: ["5.0", "6.0", "7.0", "latest"], topology: ["replicaset"] }
2600
+ matrix_spec : { os: "macos-14 ", ssl: "nossl", version: ["5.0", "6.0", "7.0", "latest"], topology: ["replicaset"] }
2602
2601
display_name : " smoke-tests ${version} ${os}"
2603
2602
batchtime : 1440 # 1 day
2604
2603
tasks :
2605
2604
- name : test-smoke-tests-netcoreapp21
2606
2605
- name : test-smoke-tests-netcoreapp31
2607
2606
- name : test-smoke-tests-net50
2608
2607
- name : test-smoke-tests-net60
2608
+ - name : test-smoke-tests-net80
2609
2609
2610
2610
# Package release variants
2611
2611
- matrix_name : build-packages
@@ -2663,4 +2663,4 @@ buildvariants:
2663
2663
depends_on :
2664
2664
- name : build-packages
2665
2665
variant : " .build-packages"
2666
- # # add dependency onto packages smoke test once it implemented
2666
+ # # add dependency onto packages smoke test once it implemented
0 commit comments