X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fsystem%2Fstart_build;h=328aa873d1413d515bdc568ed922908d8c4c941d;hb=90d10f5dc85d577c7cec2d608b19a23120df1281;hp=e1b91ac8b9f4b0eca2198291bc0670952987f1e3;hpb=c121ff81ff1018d0f59af6d04503f3e8087e7c74;p=osm%2Fdevops.git diff --git a/jenkins/system/start_build b/jenkins/system/start_build index e1b91ac8..328aa873 100755 --- a/jenkins/system/start_build +++ b/jenkins/system/start_build @@ -53,13 +53,15 @@ EOF systemctl enable lxd-bridge systemctl start lxd-bridge -apt-get install -y python-pip python python-pycurl charm-tools python-pytest +apt-get install -y python-pip python python-pycurl charm-tools python-pytest python-openstackclient apt-get install -y python-osmclient export OSM_USE_LOCAL_DEVOPS=true -echo "devops/installers/install_osm.sh --test $*" -devops/installers/install_osm.sh --test $* +echo "devops/installers/full_install_osm.sh --test --soui $*" +devops/installers/full_install_osm.sh --test --soui $* +#echo "devops/installers/full_install_osm.sh --test $*" +#devops/installers/full_install_osm.sh --test $* RC=$? # workaround. for upload packages, lxdbr0 needs to be promiscuous