From ded44484c3afad1bd55dd95d7acfccdd0a91c030 Mon Sep 17 00:00:00 2001 From: beierlm Date: Fri, 21 May 2021 16:23:19 -0400 Subject: [PATCH] Removal of openvim Do not attempt to build openvim anymore Remove openvim and LW-UI from branch and tag scripts Change-Id: If0026575410a372179edd6dd045ac5e04463c9a6 Signed-off-by: beierlm --- jenkins/ci-pipelines/ci_stage_3.groovy | 2 +- tools/newbranch.sh | 2 +- tools/newtag.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 74b8d467..0d0f0fb0 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -224,7 +224,7 @@ node("${params.NODE}") { } parallelSteps = [:] - def list = ["RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL", "NG-UI", "PLA", "tests"] + def list = ["RO", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL", "NG-UI", "PLA", "tests"] if (upstreamComponent.length()>0) { println("Skipping upstream fetch of "+upstreamComponent) list.remove(upstreamComponent) diff --git a/tools/newbranch.sh b/tools/newbranch.sh index 6428c980..ad6e8d69 100755 --- a/tools/newbranch.sh +++ b/tools/newbranch.sh @@ -26,7 +26,7 @@ BRANCH="$2" USER="$3" tag_message="Start of $BRANCH" -modules="common devops IM LCM LW-UI MON N2VC NBI openvim osmclient RO vim-emu POL NG-UI PLA tests" +modules="common devops IM LCM MON N2VC NBI osmclient RO POL NG-UI PLA tests" list="" for i in $modules; do if [ "$1" == "$i" -o "$1" == "all" ]; then diff --git a/tools/newtag.sh b/tools/newtag.sh index 644120ee..0bafef70 100755 --- a/tools/newtag.sh +++ b/tools/newtag.sh @@ -29,7 +29,7 @@ RELEASE_NAME="$5" tag_header="OSM Release $RELEASE_NAME:" tag_message="$tag_header version $TAG" -modules="common devops IM LCM LW-UI MON N2VC NBI openvim osmclient RO vim-emu POL NG-UI PLA" +modules="common devops IM LCM LW-UI MON N2VC NBI osmclient RO POL NG-UI PLA" list="" for i in $modules; do if [ "$1" == "$i" -o "$1" == "all" ]; then -- 2.25.1