X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=5d27c7f8a2f3d1291919b0c055514ceeaad7ea61;hb=refs%2Fchanges%2F42%2F12542%2F1;hp=b052b9c71c30457d078fd56f8820d3c72f62425b;hpb=ae8fa3de4426fd600e37c734644f89ccaa9d5715;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index b052b9c7..5d27c7f8 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -448,6 +448,8 @@ node("${params.NODE}") { pty: true ] + // Force loading of the ETSI Debian Package Signing Key + sshCommand remote: remote, command: 'sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93EC7342B1168CDB' // Force time sync to avoid clock drift and invalid certificates sshCommand remote: remote, command: 'sudo apt-get update' sshCommand remote: remote, command: 'sudo apt-get install -y chrony' @@ -672,11 +674,9 @@ EOF""" 'osm', // bundle 'osm-ha', // bundle 'osm-grafana', - //'juju-simplestreams-operator', - //'kafka-exporter', 'osm-mariadb', - //'mongodb-exporter', - //'mysqld-exporter', + 'mongodb-exporter', + 'mysqld-exporter', 'osm-lcm', 'osm-mon', 'osm-nbi', @@ -684,7 +684,7 @@ EOF""" 'osm-pol', 'osm-ro', 'osm-prometheus', - //'osm-vca-integrator-operator', + 'osm-vca-integrator-operator', ] for (charm in charms) {