File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4708,7 +4708,7 @@ buildvariants:
4708
4708
display_name : rhel8 Node Latest
4709
4709
run_on : rhel80-large
4710
4710
expansions :
4711
- NODE_LTS_VERSION : 20
4711
+ NODE_LTS_VERSION : latest
4712
4712
CLIENT_ENCRYPTION : true
4713
4713
tasks :
4714
4714
- test-latest-server
@@ -4749,9 +4749,10 @@ buildvariants:
4749
4749
- test-latest-load-balanced
4750
4750
- test-auth-kerberos
4751
4751
- test-auth-ldap
4752
- - test-socks5
4753
4752
- test-socks5-csfle
4754
4753
- test-socks5-tls
4754
+ - test-zstd-compression
4755
+ - test-snappy-compression
4755
4756
- test-tls-support-latest
4756
4757
- test-tls-support-8.0
4757
4758
- test-tls-support-7.0
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ for (const {
395
395
name : `${ osName } -node-latest` ,
396
396
display_name : `${ osDisplayName } Node Latest` ,
397
397
run_on,
398
- expansions : { NODE_LTS_VERSION : LATEST_LTS } ,
398
+ expansions : { NODE_LTS_VERSION : 'latest' } ,
399
399
tasks : tasks . map ( ( { name } ) => name )
400
400
} ;
401
401
if ( clientEncryption ) {
You can’t perform that action at this time.
0 commit comments