File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,21 @@ jobs:
53
53
env :
54
54
- MONGODB_VERSION=4.0.x
55
55
- MONGODB_ENVIRONMENT=replicaset
56
+ - stage : replicaset
57
+ node_js : 4
58
+ env :
59
+ - MONGODB_VERSION=4.2.x
60
+ - MONGODB_ENVIRONMENT=replicaset
56
61
- stage : sharded
57
62
node_js : 4
58
63
env :
59
64
- MONGODB_VERSION=4.0.x
60
65
- MONGODB_ENVIRONMENT=sharded
66
+ - stage : sharded
67
+ node_js : 4
68
+ env :
69
+ - MONGODB_VERSION=4.2.x
70
+ - MONGODB_ENVIRONMENT=sharded
61
71
62
72
# basic smoke test of the unified topology
63
73
- stage : unified
77
87
- MONGODB_VERSION=4.0.x
78
88
- MONGODB_UNIFIED_TOPOLOGY=1
79
89
- MONGODB_ENVIRONMENT=sharded
90
+ - stage : unified
91
+ node_js : 4
92
+ env :
93
+ - MONGODB_VERSION=4.2.x
94
+ - MONGODB_UNIFIED_TOPOLOGY=1
95
+ - MONGODB_ENVIRONMENT=replicaset
96
+ - stage : unified
97
+ node_js : 4
98
+ env :
99
+ - MONGODB_VERSION=4.2.x
100
+ - MONGODB_UNIFIED_TOPOLOGY=1
101
+ - MONGODB_ENVIRONMENT=sharded
80
102
81
103
- stage : client-encryption
82
104
node_js : 4
You can’t perform that action at this time.
0 commit comments