From 88475b22d01676ca52820f2f88afae98ed25ff1e Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Fri, 6 Sep 2024 13:44:13 +0200 Subject: [PATCH] CI: Fix prometheus upgrade jobs prometheus-msteams group got removed with I93d28ef138b4e784465f3a7eaa11101ea5877050 and is needed in upgrade jobs Change-Id: Ief26303993128e327228ee438fe4fec5ff5c46e7 --- tests/templates/inventory.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/templates/inventory.j2 b/tests/templates/inventory.j2 index e2beb53427..c0b48ce731 100644 --- a/tests/templates/inventory.j2 +++ b/tests/templates/inventory.j2 @@ -625,6 +625,12 @@ monitoring [prometheus-libvirt-exporter:children] compute +{% if is_upgrade | bool %} +{# TODO: Remove me in 2025.2 #} +[prometheus-msteams:children] +prometheus-alertmanager +{% endif %} + # NOTE(yoctozepto): In CI we want to test Masakari HA but not of other services, # to conserve the resources. Hence, we set Masakari groups to use both # primary and secondary while the parent group (control) uses only primary.