From: Mike Marchetti Date: Thu, 13 Sep 2018 18:38:20 +0000 (-0400) Subject: Add -nolxd for CI osm installation X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=f3b64c988d3e23ee06c6b40e64001e77ac632559;hp=67411aa1754082aeab3860ebb363e61b7e4b72b4;p=osm%2Fdevops.git Add -nolxd for CI osm installation Change-Id: Id2e000299a6f5e7ef82739372f7d568a65a4f74f Signed-off-by: Mike Marchetti --- diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 0b6dbc08..083d11df 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -180,7 +180,7 @@ node("${params.NODE}") { sh """ export OSM_USE_LOCAL_DEVOPS=true - installers/full_install_osm.sh -y -s ${container_name} --nodocker --nojuju --nohostports \ + installers/full_install_osm.sh -y -s ${container_name} --nolxd --nodocker --nojuju --nohostports \ ${commit_id} \ ${repo_distro} \ ${repo_base_url} \