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 @@ -4822,7 +4822,7 @@ buildvariants:
4822
4822
display_name : rhel8 Node Latest
4823
4823
run_on : rhel80-large
4824
4824
expansions :
4825
- NODE_LTS_VERSION : 20
4825
+ NODE_LTS_VERSION : latest
4826
4826
CLIENT_ENCRYPTION : true
4827
4827
tasks :
4828
4828
- test-latest-server
@@ -4866,9 +4866,10 @@ buildvariants:
4866
4866
- test-latest-load-balanced
4867
4867
- test-auth-kerberos
4868
4868
- test-auth-ldap
4869
- - test-socks5
4870
4869
- test-socks5-csfle
4871
4870
- test-socks5-tls
4871
+ - test-zstd-compression
4872
+ - test-snappy-compression
4872
4873
- test-tls-support-latest
4873
4874
- test-tls-support-8.0
4874
4875
- 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