Skip to content

Commit a93a75f

Browse files
committed
test: label 20 as latest
1 parent 7fe73bc commit a93a75f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)