Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 6fec2ce

Browse files
authored
chore(evergreen): add 4.0 to evergreen matrix
Fixes NODE-1495
1 parent 6abc295 commit 6fec2ce

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.evergreen/config.yml

+28
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,30 @@ tasks:
269269
VERSION: "3.6"
270270
TOPOLOGY: "sharded_cluster"
271271

272+
- name: "test-4.0-standalone"
273+
tags: ["4.0", "standalone"]
274+
commands:
275+
- func: "run tests"
276+
vars:
277+
VERSION: "4.0"
278+
TOPOLOGY: "server"
279+
280+
- name: "test-4.0-replica_set"
281+
tags: ["4.0", "replica_set"]
282+
commands:
283+
- func: "run tests"
284+
vars:
285+
VERSION: "4.0"
286+
TOPOLOGY: "replica_set"
287+
288+
- name: "test-4.0-sharded_cluster"
289+
tags: ["4.0", "sharded_cluster"]
290+
commands:
291+
- func: "run tests"
292+
vars:
293+
VERSION: "4.0"
294+
TOPOLOGY: "sharded_cluster"
295+
272296
- name: "test-latest-standalone"
273297
tags: ["latest", "standalone"]
274298
commands:
@@ -303,6 +327,10 @@ axes:
303327
display_name: "latest"
304328
variables:
305329
VERSION: "latest"
330+
- id: "4.0"
331+
display_name: "4.0"
332+
variables:
333+
VERSION: "4.0"
306334
- id: "3.6"
307335
display_name: "3.6"
308336
variables:

0 commit comments

Comments
 (0)