Removing openvim 39/10739/1 bug1511
authorbeierlm <mark.beierl@canonical.com>
Tue, 4 May 2021 23:46:45 +0000 (19:46 -0400)
committerbeierlm <mark.beierl@canonical.com>
Tue, 4 May 2021 23:46:45 +0000 (19:46 -0400)
Openvim no longer builds and is not needed anymore.  Removing from
this branch so it can proceed

Change-Id: I58164f6e18ab15cb2b443441b2c5758bc5ef71f0
Signed-off-by: beierlm <mark.beierl@canonical.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index bdd9dd2..c898469 100644 (file)
@@ -195,7 +195,7 @@ node("${params.NODE}") {
             // grab all stable upstream builds based on the
 
             dir("${RELEASE}") {
-                def list = ["RO", "openvim", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL", "LW-UI", "NG-UI", "PLA", "tests"]
+                def list = ["RO", "osmclient", "IM", "devops", "MON", "N2VC", "NBI", "common", "LCM", "POL", "LW-UI", "NG-UI", "PLA", "tests"]
                 for (component in list) {
                     step ([$class: 'CopyArtifact',
                            projectName: "${component}${upstream_main_job}/${GERRIT_BRANCH}"])