Skip to content

Commit 0e8a444

Browse files
committed
test(NODE-4160): change server to rapid
1 parent 05ff7fd commit 0e8a444

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ tasks:
13421342
- func: install dependencies
13431343
- func: bootstrap mongo-orchestration
13441344
vars:
1345-
VERSION: latest
1345+
VERSION: rapid
13461346
AUTH: auth
13471347
ORCHESTRATION_FILE: auth-aws.json
13481348
TOPOLOGY: server
@@ -2303,7 +2303,6 @@ buildvariants:
23032303
- test-socks5-tls
23042304
- test-zstd-compression
23052305
- test-snappy-compression
2306-
- test-lambda-aws-auth-example
23072306
- test-tls-support-latest
23082307
- test-tls-support-6.0
23092308
- test-tls-support-5.0
@@ -2354,7 +2353,6 @@ buildvariants:
23542353
- test-auth-ldap
23552354
- test-socks5
23562355
- test-socks5-tls
2357-
- test-lambda-aws-auth-example
23582356
- test-tls-support-latest
23592357
- test-tls-support-6.0
23602358
- test-tls-support-5.0
@@ -2394,7 +2392,6 @@ buildvariants:
23942392
- test-socks5-tls
23952393
- test-zstd-compression
23962394
- test-snappy-compression
2397-
- test-lambda-aws-auth-example
23982395
- test-tls-support-latest
23992396
- test-tls-support-6.0
24002397
- test-tls-support-5.0
@@ -2439,7 +2436,6 @@ buildvariants:
24392436
- test-atlas-data-lake
24402437
- test-socks5
24412438
- test-socks5-tls
2442-
- test-lambda-aws-auth-example
24432439
- test-tls-support-latest
24442440
- test-tls-support-6.0
24452441
- test-tls-support-5.0

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ TASKS.push({
268268
{
269269
func: 'bootstrap mongo-orchestration',
270270
vars: {
271-
VERSION: 'latest',
271+
VERSION: 'rapid',
272272
AUTH: 'auth',
273273
ORCHESTRATION_FILE: 'auth-aws.json',
274274
TOPOLOGY: 'server'

0 commit comments

Comments
 (0)