File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1212 - KEY_SERVER="hkp://keyserver.ubuntu.com:80"
1313 - MONGOD_PARAMS="--setParameter=enableTestCommands=1"
1414 - 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"
1615 matrix :
1716 - SANITIZE= DEBUG=
1817 - SANITIZE= DEBUG=--dbg=on
@@ -62,9 +61,6 @@ install:
6261 # Install MongoDB Enterprise and let smoke drive
6362 - sudo apt-get install mongodb-enterprise-server
6463
65- # Install Mongo Orchestration
66- - sudo pip install ${MONGO_ORCHESTRATION_REPO}
67-
6864before_script :
6965 # Set SCONS_FLAGS based on new $CXX and $CC
7066 - $CXX --version
@@ -86,10 +82,7 @@ before_script:
8682
8783 # Start Mongo Orchestration
8884 - mongod --version
89- - sudo mongo-orchestration start
9085
9186script :
9287 # Test the driver
9388 - 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