Skip to content

Commit eea58ed

Browse files
committed
chore(evg): ensure we are testing single not server
1 parent 2cc73e1 commit eea58ed

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

.evergreen/config.yml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,16 @@ pre:
129129
post:
130130
- func: cleanup
131131
tasks:
132-
- name: test-latest-server
132+
- name: test-latest-single
133133
tags:
134134
- latest
135-
- server
135+
- single
136136
commands:
137137
- func: install dependencies
138138
- func: run tests
139139
vars:
140140
VERSION: latest
141-
TOPOLOGY: server
141+
TOPOLOGY: single
142142
- name: test-latest-replicaset
143143
tags:
144144
- latest
@@ -159,16 +159,16 @@ tasks:
159159
vars:
160160
VERSION: latest
161161
TOPOLOGY: sharded
162-
- name: test-4.0-server
162+
- name: test-4.0-single
163163
tags:
164164
- '4.0'
165-
- server
165+
- single
166166
commands:
167167
- func: install dependencies
168168
- func: run tests
169169
vars:
170170
VERSION: '4.0'
171-
TOPOLOGY: server
171+
TOPOLOGY: single
172172
- name: test-4.0-replicaset
173173
tags:
174174
- '4.0'
@@ -189,16 +189,16 @@ tasks:
189189
vars:
190190
VERSION: '4.0'
191191
TOPOLOGY: sharded
192-
- name: test-3.6-server
192+
- name: test-3.6-single
193193
tags:
194194
- '3.6'
195-
- server
195+
- single
196196
commands:
197197
- func: install dependencies
198198
- func: run tests
199199
vars:
200200
VERSION: '3.6'
201-
TOPOLOGY: server
201+
TOPOLOGY: single
202202
- name: test-3.6-replicaset
203203
tags:
204204
- '3.6'
@@ -219,16 +219,16 @@ tasks:
219219
vars:
220220
VERSION: '3.6'
221221
TOPOLOGY: sharded
222-
- name: test-3.4-server
222+
- name: test-3.4-single
223223
tags:
224224
- '3.4'
225-
- server
225+
- single
226226
commands:
227227
- func: install dependencies
228228
- func: run tests
229229
vars:
230230
VERSION: '3.4'
231-
TOPOLOGY: server
231+
TOPOLOGY: single
232232
- name: test-3.4-replicaset
233233
tags:
234234
- '3.4'
@@ -249,16 +249,16 @@ tasks:
249249
vars:
250250
VERSION: '3.4'
251251
TOPOLOGY: sharded
252-
- name: test-3.2-server
252+
- name: test-3.2-single
253253
tags:
254254
- '3.2'
255-
- server
255+
- single
256256
commands:
257257
- func: install dependencies
258258
- func: run tests
259259
vars:
260260
VERSION: '3.2'
261-
TOPOLOGY: server
261+
TOPOLOGY: single
262262
- name: test-3.2-replicaset
263263
tags:
264264
- '3.2'
@@ -279,16 +279,16 @@ tasks:
279279
vars:
280280
VERSION: '3.2'
281281
TOPOLOGY: sharded
282-
- name: test-3.0-server
282+
- name: test-3.0-single
283283
tags:
284284
- '3.0'
285-
- server
285+
- single
286286
commands:
287287
- func: install dependencies
288288
- func: run tests
289289
vars:
290290
VERSION: '3.0'
291-
TOPOLOGY: server
291+
TOPOLOGY: single
292292
- name: test-3.0-replicaset
293293
tags:
294294
- '3.0'
@@ -309,16 +309,16 @@ tasks:
309309
vars:
310310
VERSION: '3.0'
311311
TOPOLOGY: sharded
312-
- name: test-2.6-server
312+
- name: test-2.6-single
313313
tags:
314314
- '2.6'
315-
- server
315+
- single
316316
commands:
317317
- func: install dependencies
318318
- func: run tests
319319
vars:
320320
VERSION: '2.6'
321-
TOPOLOGY: server
321+
TOPOLOGY: single
322322
- name: test-2.6-replicaset
323323
tags:
324324
- '2.6'
@@ -354,25 +354,25 @@ buildvariants:
354354
expansions:
355355
NODE_LTS_NAME: dubnium
356356
tasks: &ref_0
357-
- test-latest-server
357+
- test-latest-single
358358
- test-latest-replicaset
359359
- test-latest-sharded
360-
- test-4.0-server
360+
- test-4.0-single
361361
- test-4.0-replicaset
362362
- test-4.0-sharded
363-
- test-3.6-server
363+
- test-3.6-single
364364
- test-3.6-replicaset
365365
- test-3.6-sharded
366-
- test-3.4-server
366+
- test-3.4-single
367367
- test-3.4-replicaset
368368
- test-3.4-sharded
369-
- test-3.2-server
369+
- test-3.2-single
370370
- test-3.2-replicaset
371371
- test-3.2-sharded
372-
- test-3.0-server
372+
- test-3.0-single
373373
- test-3.0-replicaset
374374
- test-3.0-sharded
375-
- test-2.6-server
375+
- test-2.6-single
376376
- test-2.6-replicaset
377377
- test-2.6-sharded
378378
- test-atlas-connectivity
@@ -520,19 +520,19 @@ buildvariants:
520520
expansions:
521521
NODE_LTS_NAME: dubnium
522522
tasks: &ref_1
523-
- test-latest-server
523+
- test-latest-single
524524
- test-latest-replicaset
525525
- test-latest-sharded
526-
- test-4.0-server
526+
- test-4.0-single
527527
- test-4.0-replicaset
528528
- test-4.0-sharded
529-
- test-3.6-server
529+
- test-3.6-single
530530
- test-3.6-replicaset
531531
- test-3.6-sharded
532-
- test-3.4-server
532+
- test-3.4-single
533533
- test-3.4-replicaset
534534
- test-3.4-sharded
535-
- test-3.2-server
535+
- test-3.2-single
536536
- test-3.2-replicaset
537537
- test-3.2-sharded
538538
- test-atlas-connectivity
@@ -608,16 +608,16 @@ buildvariants:
608608
expansions:
609609
NODE_LTS_NAME: dubnium
610610
tasks: &ref_2
611-
- test-latest-server
611+
- test-latest-single
612612
- test-latest-replicaset
613613
- test-latest-sharded
614-
- test-4.0-server
614+
- test-4.0-single
615615
- test-4.0-replicaset
616616
- test-4.0-sharded
617-
- test-3.6-server
617+
- test-3.6-single
618618
- test-3.6-replicaset
619619
- test-3.6-sharded
620-
- test-3.4-server
620+
- test-3.4-single
621621
- test-3.4-replicaset
622622
- test-3.4-sharded
623623
- test-atlas-connectivity

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const yaml = require('js-yaml');
66

77
const MONGODB_VERSIONS = ['latest', '4.0', '3.6', '3.4', '3.2', '3.0', '2.6'];
88
const NODE_VERSIONS = ['dubnium', 'carbon', 'boron', 'argon'];
9-
const TOPOLOGIES = ['server', 'replicaset', 'sharded'];
9+
const TOPOLOGIES = ['single', 'replicaset', 'sharded'];
1010
const OPERATING_SYSTEMS = [
1111
{
1212
name: 'linux-64-amzn-test',

0 commit comments

Comments
 (0)