File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3406,7 +3406,7 @@ buildvariants:
34063406 display_name : rhel8 Node Latest
34073407 run_on : rhel80-large
34083408 expansions :
3409- NODE_LTS_VERSION : latest
3409+ NODE_LTS_VERSION : 20
34103410 CLIENT_ENCRYPTION : true
34113411 tasks :
34123412 - test-latest-server
@@ -3439,12 +3439,12 @@ buildvariants:
34393439 - test-5.0-load-balanced
34403440 - test-6.0-load-balanced
34413441 - test-latest-load-balanced
3442+ - test-auth-kerberos
34423443 - test-auth-ldap
34433444 - test-auth-oidc
3445+ - test-socks5
34443446 - test-socks5-csfle
34453447 - test-socks5-tls
3446- - test-zstd-compression
3447- - test-snappy-compression
34483448 - test-tls-support-latest
34493449 - test-tls-support-6.0
34503450 - test-tls-support-5.0
Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ for (const {
450450 name : `${ osName } -node-latest` ,
451451 display_name : `${ osDisplayName } Node Latest` ,
452452 run_on,
453- expansions : { NODE_LTS_VERSION : 'latest' } ,
453+ expansions : { NODE_LTS_VERSION : LATEST_LTS } ,
454454 tasks : tasks . map ( ( { name } ) => name )
455455 } ;
456456 if ( clientEncryption ) {
You can’t perform that action at this time.
0 commit comments