Skip to content

Commit 771ebe6

Browse files
committed
Use Ubuntu 16.04, on which Java 8 is the default JDK, for Evergreen builds
1 parent 025c765 commit 771ebe6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.evg.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ java_driver_variables:
77
mongo_download_url_prefixes:
88
linux64: &mongo_url_linux64
99
mongo_url_prefix: "http://downloads.mongodb.org/linux/mongodb-linux-x86_64-"
10-
ubuntu1404: &mongo_url_ubuntu1404
11-
mongo_url_platform: "ubuntu1404-"
10+
ubuntu1604: &mongo_url_ubuntu1604
11+
mongo_url_platform: "ubuntu1604-"
1212
<<: *mongo_url_linux64
1313

1414
#######################################
@@ -195,18 +195,18 @@ scripts:
195195
#######################################
196196

197197
buildvariants:
198-
- name: ubuntu-1404
199-
display_name: "Ubuntu-1404"
198+
- name: ubuntu-1604
199+
display_name: "Ubuntu-1604"
200200
expansions:
201201
<<: *start_topology_command
202-
<<: *mongo_url_ubuntu1404 # sets ${mongo_url_prefix}
202+
<<: *mongo_url_ubuntu1604 # sets ${mongo_url_prefix}
203203
<<: *mongo_orchestration_unix # sets start_topology and start_mongo_orchestration
204204
run_on:
205-
- ubuntu1404-test
205+
- ubuntu1604-test
206206
tasks:
207207
- name: compileAndAnalyze
208208
run_on:
209-
- ubuntu1404-build
209+
- ubuntu1604-build
210210
- name: test-standalone
211211
depends_on:
212212
- name: compileAndAnalyze

0 commit comments

Comments
 (0)