@@ -556,6 +556,9 @@ functions:
556556 export AWS_ACCESS_KEY_ID=${aws_key}
557557 export AWS_SECRET_ACCESS_KEY=${aws_secret}
558558
559+ # use Node20
560+ export PATH=/opt/devtools/node20/bin:/opt/dev/tools/bin:$PATH
561+
559562 # Download all the task coverage files.
560563 # NOTE: All coverage files are too large for V8 to handle the resulting call to
561564 # JSON.stringify from within nyc, so with stick to Fermiun to include the
@@ -1400,6 +1403,19 @@ tasks:
14001403 - func : start-load-balancer
14011404 - func : run-lb-tests
14021405 - func : stop-load-balancer
1406+ - name : test-auth-kerberos
1407+ tags :
1408+ - auth
1409+ - kerberos
1410+ commands :
1411+ - command : expansions.update
1412+ type : setup
1413+ params :
1414+ updates :
1415+ - {key: NATIVE, value: 'true'}
1416+ - func : install dependencies
1417+ - func : assume secrets manager role
1418+ - func : run kerberos tests
14031419 - name : test-auth-ldap
14041420 tags :
14051421 - auth
@@ -1465,28 +1481,7 @@ tasks:
14651481 - func : install dependencies
14661482 - func : bootstrap mongo-orchestration
14671483 - func : run-compression-tests
1468- - name : test-zstd-1.x-compression
1469- tags :
1470- - latest
1471- - zstd
1472- commands :
1473- - command : expansions.update
1474- type : setup
1475- params :
1476- updates :
1477- - {key: VERSION, value: latest}
1478- - {key: TOPOLOGY, value: replica_set}
1479- - {key: AUTH, value: auth}
1480- - {key: COMPRESSOR, value: zstd}
1481- - {key: CLIENT_ENCRYPTION, value: 'false'}
1482- - {key: TEST_CSFLE, value: 'false'}
1483- - func : install dependencies
1484- - func : bootstrap mongo-orchestration
1485- - func : install package
1486- vars :
1487- PACKAGE :
' @mongodb-js/[email protected] ' 1488- - func : run-compression-tests
1489- - name : test-zstd-2.x-compression
1484+ - name : test-zstd-compression
14901485 tags :
14911486 - latest
14921487 - zstd
@@ -1857,17 +1852,6 @@ tasks:
18571852 - {key: NODE_LTS_VERSION, value: '22'}
18581853 - func : install dependencies
18591854 - func : run lint checks
1860- - name : run-resource-management-async-dispose
1861- tags :
1862- - resource-management
1863- commands :
1864- - command : expansions.update
1865- type : setup
1866- params :
1867- updates :
1868- - {key: NODE_LTS_VERSION, value: '22'}
1869- - func : install dependencies
1870- - func : check resource management
18711855 - name : test-explicit-resource-management-feature-integration
18721856 tags :
18731857 - resource-management
@@ -1994,24 +1978,6 @@ tasks:
19941978 - func : install mongodb-client-encryption from source
19951979 - func : assume secrets manager role
19961980 - func : run custom csfle tests
1997- - name : test-latest-driver-mongodb-client-encryption-6.0.0
1998- tags :
1999- - run-custom-dependency-tests
2000- commands :
2001- - command : expansions.update
2002- type : setup
2003- params :
2004- updates :
2005- - {key: NODE_LTS_VERSION, value: 20.19.0}
2006- - {key: VERSION, value: '7.0'}
2007- - {key: TOPOLOGY, value: replica_set}
2008- - {key: CLIENT_ENCRYPTION, value: 'true'}
2009- - func : install dependencies
2010- - func : bootstrap mongo-orchestration
2011- - func : install package
2012- vars :
2013- 2014- - func : run tests
20151981 - name : test-alpine-fle
20161982 tags :
20171983 - alpine-fle
@@ -2908,13 +2874,13 @@ buildvariants:
29082874 - test-8.0-load-balanced
29092875 - test-rapid-load-balanced
29102876 - test-latest-load-balanced
2877+ - test-auth-kerberos
29112878 - test-auth-ldap
29122879 - test-socks5
29132880 - test-socks5-csfle
29142881 - test-socks5-tls
29152882 - test-snappy-compression
2916- - test-zstd-1.x-compression
2917- - test-zstd-2.x-compression
2883+ - test-zstd-compression
29182884 - test-tls-support-latest
29192885 - test-tls-support-8.0
29202886 - test-tls-support-7.0
@@ -2963,13 +2929,13 @@ buildvariants:
29632929 - test-8.0-load-balanced
29642930 - test-rapid-load-balanced
29652931 - test-latest-load-balanced
2932+ - test-auth-kerberos
29662933 - test-auth-ldap
29672934 - test-socks5
29682935 - test-socks5-csfle
29692936 - test-socks5-tls
29702937 - test-snappy-compression
2971- - test-zstd-1.x-compression
2972- - test-zstd-2.x-compression
2938+ - test-zstd-compression
29732939 - test-tls-support-latest
29742940 - test-tls-support-8.0
29752941 - test-tls-support-7.0
@@ -3017,12 +2983,12 @@ buildvariants:
30172983 - test-8.0-load-balanced
30182984 - test-rapid-load-balanced
30192985 - test-latest-load-balanced
2986+ - test-auth-kerberos
30202987 - test-auth-ldap
30212988 - test-socks5-csfle
30222989 - test-socks5-tls
30232990 - test-snappy-compression
3024- - test-zstd-1.x-compression
3025- - test-zstd-2.x-compression
2991+ - test-zstd-compression
30262992 - test-tls-support-latest
30272993 - test-tls-support-8.0
30282994 - test-tls-support-7.0
@@ -3066,8 +3032,7 @@ buildvariants:
30663032 - test-socks5
30673033 - test-socks5-tls
30683034 - test-snappy-compression
3069- - test-zstd-1.x-compression
3070- - test-zstd-2.x-compression
3035+ - test-zstd-compression
30713036 - test-tls-support-latest
30723037 - test-tls-support-8.0
30733038 - test-tls-support-7.0
@@ -3111,8 +3076,7 @@ buildvariants:
31113076 - test-socks5
31123077 - test-socks5-tls
31133078 - test-snappy-compression
3114- - test-zstd-1.x-compression
3115- - test-zstd-2.x-compression
3079+ - test-zstd-compression
31163080 - test-tls-support-latest
31173081 - test-tls-support-8.0
31183082 - test-tls-support-7.0
@@ -3205,7 +3169,6 @@ buildvariants:
32053169 - run-custom-csfle-tests-5.0
32063170 - run-custom-csfle-tests-rapid
32073171 - run-custom-csfle-tests-latest
3208- - test-latest-driver-mongodb-client-encryption-6.0.0
32093172 - name : rhel8-test-gcp-kms
32103173 display_name : GCP KMS Test
32113174 run_on : debian11-small
0 commit comments