Removal of openvim 64/10864/2 release-v10.0-start
authorbeierlm <mark.beierl@canonical.com>
Fri, 21 May 2021 20:23:19 +0000 (16:23 -0400)
committerbeierlm <mark.beierl@canonical.com>
Fri, 21 May 2021 20:38:17 +0000 (22:38 +0200)
Do not attempt to build openvim anymore
Remove openvim and LW-UI from branch and tag scripts

Change-Id: If0026575410a372179edd6dd045ac5e04463c9a6
Signed-off-by: beierlm <mark.beierl@canonical.com>
jenkins/ci-pipelines/ci_stage_3.groovy
tools/newbranch.sh
tools/newtag.sh

index 74b8d46..0d0f0fb 100644 (file)
@@ -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)
index 6428c98..ad6e8d6 100755 (executable)
@@ -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
index 644120e..0bafef7 100755 (executable)
@@ -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