File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ java_driver_variables:
7
7
mongo_download_url_prefixes :
8
8
linux64 : &mongo_url_linux64
9
9
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 -"
12
12
<< : *mongo_url_linux64
13
13
14
14
# ######################################
@@ -195,18 +195,18 @@ scripts:
195
195
# ######################################
196
196
197
197
buildvariants :
198
- - name : ubuntu-1404
199
- display_name : " Ubuntu-1404 "
198
+ - name : ubuntu-1604
199
+ display_name : " Ubuntu-1604 "
200
200
expansions :
201
201
<< : *start_topology_command
202
- << : *mongo_url_ubuntu1404 # sets ${mongo_url_prefix}
202
+ << : *mongo_url_ubuntu1604 # sets ${mongo_url_prefix}
203
203
<< : *mongo_orchestration_unix # sets start_topology and start_mongo_orchestration
204
204
run_on :
205
- - ubuntu1404 -test
205
+ - ubuntu1604 -test
206
206
tasks :
207
207
- name : compileAndAnalyze
208
208
run_on :
209
- - ubuntu1404 -build
209
+ - ubuntu1604 -build
210
210
- name : test-standalone
211
211
depends_on :
212
212
- name : compileAndAnalyze
You can’t perform that action at this time.
0 commit comments