File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 5
5
apt :
6
6
packages :
7
7
- gdb
8
+ - libcurl3
9
+ - libgssapi-krb5-2
10
+ - libkrb5-dbg
11
+ - libldap-2.4-2
12
+ - libpcap0.8
13
+ - libsasl2-2
14
+ - snmp
15
+ - openssl
8
16
9
17
cache :
10
18
directories :
17
25
- DRIVER_VERSION=1.7.0
18
26
# TODO: remove once a 1.7 driver release has been tagged
19
27
- DRIVER_BRANCH="master"
20
- - SERVER_DISTRO=ubuntu1604
28
+ - SERVER_DISTRO=enterprise- ubuntu1604
21
29
- SERVER_VERSION=4.2.0
22
30
- DEPLOYMENT=STANDALONE
23
31
- COMPOSER_OPTIONS=
65
73
php : " 7.0"
66
74
dist : trusty
67
75
env :
68
- - SERVER_DISTRO=ubuntu1404
76
+ - SERVER_DISTRO=enterprise- ubuntu1404
69
77
- SERVER_VERSION=3.0.15
70
78
- DEPLOYMENT=STANDALONE_OLD
71
79
- stage : Test
@@ -131,7 +139,7 @@ jobs:
131
139
before_install :
132
140
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
133
141
- export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}
134
- - wget -qO- http ://fastdl .mongodb.org /linux/${SERVER_FILENAME}.tgz | tar xz
142
+ - wget -qO- https ://downloads .mongodb.com /linux/${SERVER_FILENAME}.tgz | tar xz
135
143
- export PATH=${PWD}/${SERVER_FILENAME}/bin:${PATH}
136
144
- mongod --version
137
145
- mongo-orchestration --version
You can’t perform that action at this time.
0 commit comments