Skip to content

Commit 0916326

Browse files
committed
JAVA-2359: Add MongoDB 2.6 and 3.0 to the matrix
1 parent 1f18338 commit 0916326

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.evg.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,18 +141,22 @@ axes:
141141
display_name: "3.4"
142142
variables:
143143
mongodb_full_version: "3.4.0-rc0"
144+
ubuntu_os_download: "ubuntu1604"
144145
- id: "3.2"
145146
display_name: "3.2"
146147
variables:
147148
mongodb_full_version: "3.2.9"
149+
ubuntu_os_download: "ubuntu1604"
148150
- id: "3.0"
149151
display_name: "3.0"
150152
variables:
151-
mongodb_full_version: "3.0.11"
153+
mongodb_full_version: "3.0.12"
154+
ubuntu_os_download: "ubuntu1404"
152155
- id: "2.6"
153156
display_name: "2.6"
154157
variables:
155158
mongodb_full_version: "2.6.12"
159+
ubuntu_os_download: "ubuntu1404"
156160
- id: auth
157161
display_name: Authentication
158162
values:
@@ -175,7 +179,7 @@ axes:
175179
variables:
176180
<<: *start_topology_command
177181
<<: *mongo_orchestration_unix
178-
mongo_url: "https://downloads.mongodb.org/linux/mongodb-linux-x86_64-${os}-${mongodb_full_version}.tgz"
182+
mongo_url: "http://downloads.mongodb.com/linux/mongodb-linux-x86_64-enterprise-${ubuntu_os_download}-${mongodb_full_version}.tgz"
179183
- id: topology_type
180184
display_name: Cluster Type
181185
values:
@@ -204,7 +208,7 @@ buildvariants:
204208
run_on:
205209
- ubuntu1604-test
206210
- matrix_name: "test"
207-
matrix_spec: {os: "*", topology_type: "*", mongodb_version: ["3.2", "3.4"], auth: "*"}
211+
matrix_spec: {os: "*", topology_type: "*", mongodb_version: "*", auth: "*"}
208212
display_name: "${os} ${topology_type} ${mongodb_version} ${auth}"
209213
tasks:
210214
- name: test

0 commit comments

Comments
 (0)