From a92bee7fcacbdf045e3e9c30b267d561cf346bb5 Mon Sep 17 00:00:00 2001 From: Mark Beierl Date: Tue, 13 Sep 2022 20:50:09 -0400 Subject: [PATCH] Fixing charm name typos Corrected the name to match the metadata.yaml Change-Id: I5c82f30e0118517d64f067a2817477d69730e1ae Signed-off-by: Mark Beierl --- jenkins/ci-pipelines/ci_stage_3.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 5d27c7f8..d804d06c 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -675,8 +675,8 @@ EOF""" 'osm-ha', // bundle 'osm-grafana', 'osm-mariadb', - 'mongodb-exporter', - 'mysqld-exporter', + 'mongodb-exporter-k8s', + 'mysqld-exporter-k8s', 'osm-lcm', 'osm-mon', 'osm-nbi', @@ -684,7 +684,7 @@ EOF""" 'osm-pol', 'osm-ro', 'osm-prometheus', - 'osm-vca-integrator-operator', + 'osm-vca-integrator', ] for (charm in charms) { -- 2.25.1