From: garciadeblas Date: Thu, 10 May 2018 06:54:20 +0000 (+0200) Subject: jenkins/system/start_build: fix to use --soui option and solve stage3 issues X-Git-Tag: v4.0.0~17 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=a4385f7153835335640ba9c868c94204a477a974;hp=41f389793d63e23b304ac5722f5da0c333904686;p=osm%2Fdevops.git jenkins/system/start_build: fix to use --soui option and solve stage3 issues Change-Id: Id8a56e5c4a3fa0cb8311e6e8052d9dc37110ced6 Signed-off-by: garciadeblas --- diff --git a/jenkins/system/start_build b/jenkins/system/start_build index c06707f7..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/full_install_osm.sh --test $*" -devops/installers/full_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