X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fsystem%2Fstart_build;h=328aa873d1413d515bdc568ed922908d8c4c941d;hb=17b1ad5b64742bf53fb9e49750d1ab9b31d802f0;hp=03fe9305695d1cfe2695e734c7608bd4e2a1adb3;hpb=f94dd8ac7841b04e51bb50924b9ef369a6752b5e;p=osm%2Fdevops.git diff --git a/jenkins/system/start_build b/jenkins/system/start_build index 03fe9305..328aa873 100755 --- a/jenkins/system/start_build +++ b/jenkins/system/start_build @@ -58,8 +58,10 @@ apt-get install -y python-pip python python-pycurl charm-tools python-pytest pyt 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