CI: Fix prometheus upgrade jobs

prometheus-msteams group got removed with I93d28ef138b4e784465f3a7eaa11101ea5877050
and is needed in upgrade jobs

Change-Id: Ief26303993128e327228ee438fe4fec5ff5c46e7
This commit is contained in:
Michal Nasiadka 2024-09-06 13:44:13 +02:00
parent ab328b89ed
commit 88475b22d0

View File

@ -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.