X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=jenkins%2Fsystem%2Fstart_build;h=e1b91ac8b9f4b0eca2198291bc0670952987f1e3;hb=8940bcd1c21d99b3f840bcfb2af225a1f8e11c44;hp=823e160a0397f9993fbc5b9ac3031f108e3bda29;hpb=f40f0c89b2e01e65303b4ffa48c48ae7bd97cbab;p=osm%2Fdevops.git diff --git a/jenkins/system/start_build b/jenkins/system/start_build index 823e160a..e1b91ac8 100755 --- a/jenkins/system/start_build +++ b/jenkins/system/start_build @@ -23,7 +23,7 @@ OSM_JENKINS=$(dirname $HERE) INFO "Installing packages" apt-get update -apt install -y lxd +apt-get install -y lxd INFO "Configuring LXD" # ZFS doesn't work inside a nested container. ZFS should be configured in the host LXD. @@ -55,9 +55,10 @@ systemctl start lxd-bridge apt-get install -y python-pip python python-pycurl charm-tools python-pytest -apt install -y python-osmclient +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 $* RC=$?