Skip to content
Snippets Groups Projects
Commit ded44484 authored by Mark Beierl's avatar Mark Beierl
Browse files

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: default avatarbeierlm <mark.beierl@canonical.com>
parent 1072160c
No related branches found
Tags release-v10.0-start
No related merge requests found
......@@ -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)
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment