From 2323c36435b2f6769fb77e72e0771e9ec60004e0 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 16 Dec 2020 22:03:17 +0000 Subject: [PATCH] Fix osm_health for the default installation Change-Id: Idd5198f3a3ea1605742342379ac9a5b071c6d9af Signed-off-by: garciadeblas --- jenkins/ci-pipelines/ci_stage_3.groovy | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 18cc6b3e..0a7b5dc9 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -443,11 +443,7 @@ node("${params.NODE}") { stage_archive = false if ( params.DO_SMOKE ) { stage("OSM Health") { - if ( useCharmedInstaller ) { - stackName = "osm" - } else { - stackName = container_name - } + stackName = "osm" sshCommand remote: remote, command: """ /usr/share/osm-devops/installers/osm_health.sh -k -s ${stackName} """ -- 2.17.1