Skip to content

Commit 515fe9f

Browse files
committed
fix(NODE-1837): standalone -> server
1 parent 3d4f811 commit 515fe9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ tasks:
11471147
- func: bootstrap mongo-orchestration
11481148
vars:
11491149
VERSION: latest
1150-
TOPOLOGY: standalone
1150+
TOPOLOGY: server
11511151
AUTH: auth
11521152
COMPRESSOR: zstd
11531153
- func: run-compression-tests

.evergreen/generate_evergreen_tasks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ TASKS.push(
153153
func: 'bootstrap mongo-orchestration',
154154
vars: {
155155
VERSION: 'latest',
156-
TOPOLOGY: 'standalone',
156+
TOPOLOGY: 'server',
157157
AUTH: 'auth',
158158
COMPRESSOR: 'zstd'
159159
}

0 commit comments

Comments
 (0)