File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 12
12
- KEY_SERVER="hkp://keyserver.ubuntu.com:80"
13
13
- MONGOD_PARAMS="--setParameter=enableTestCommands=1"
14
14
- MONGOD_OPTS="--port 27999 --httpinterface --dbpath ./data --fork --logpath mongod.log ${MONGOD_PARAMS}"
15
- - MONGO_ORCHESTRATION_REPO="git+git://github.com/mongodb/mongo-orchestration@master"
16
15
matrix :
17
16
- SANITIZE= DEBUG=
18
17
- SANITIZE= DEBUG=--dbg=on
@@ -62,9 +61,6 @@ install:
62
61
# Install MongoDB Enterprise and let smoke drive
63
62
- sudo apt-get install mongodb-enterprise-server
64
63
65
- # Install Mongo Orchestration
66
- - sudo pip install ${MONGO_ORCHESTRATION_REPO}
67
-
68
64
before_script :
69
65
# Set SCONS_FLAGS based on new $CXX and $CC
70
66
- $CXX --version
@@ -86,10 +82,7 @@ before_script:
86
82
87
83
# Start Mongo Orchestration
88
84
- mongod --version
89
- - sudo mongo-orchestration start
90
85
91
86
script :
92
87
# Test the driver
93
88
- scons $SCONS_FLAGS unit
94
- - scons $SCONS_FLAGS integration
95
- - scons $SCONS_FLAGS examples
You can’t perform that action at this time.
0 commit comments