DEBIAN_FRONTEND=noninteractive to stop apt-get upgrade asking questions (#476)

+ Don't install unnecessary python modules
+ Bump etcd version
+ Fix etcd arguments and add missing python modules
This commit is contained in:
Alexander Kukushkin
2017-07-17 15:15:55 +02:00
committed by GitHub
parent 33d3cc433d
commit e2cda83496
3 changed files with 9 additions and 7 deletions
+2
View File
@@ -65,6 +65,7 @@ install:
echo -e 'HTTP/1.0 200 OK\nContent-Type: application/json\n\n{"servers":["127.0.0.1"],"port":2181}' \
| nc -l 8181 &> /dev/null
done&
ZK_PID=$!
}
attempt_num=1
@@ -114,3 +115,4 @@ after_success:
- fpv=$(basename $(readlink $HOME/virtualenv/python3.5)) && mv $HOME/mycache/${fpv} $HOME/virtualenv/${fpv}
- coveralls
- if [[ $TEST_SUITE != "behave" ]]; then python-codacy-coverage -r coverage.xml; fi
- if [[ $DCS == "exhibitor" ]]; then ~/mycache/zookeeper-${ZKVERSION}/bin/zkServer.sh stop; kill -9 $ZK_PID; fi