We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4f811 commit 515fe9fCopy full SHA for 515fe9f
.evergreen/config.yml
@@ -1147,7 +1147,7 @@ tasks:
1147
- func: bootstrap mongo-orchestration
1148
vars:
1149
VERSION: latest
1150
- TOPOLOGY: standalone
+ TOPOLOGY: server
1151
AUTH: auth
1152
COMPRESSOR: zstd
1153
- func: run-compression-tests
.evergreen/generate_evergreen_tasks.js
@@ -153,7 +153,7 @@ TASKS.push(
153
func: 'bootstrap mongo-orchestration',
154
vars: {
155
VERSION: 'latest',
156
- TOPOLOGY: 'standalone',
+ TOPOLOGY: 'server',
157
AUTH: 'auth',
158
COMPRESSOR: 'zstd'
159
}
0 commit comments