CI: Fix ipv6 scenario triggered from Kolla

Change-Id: Ib9ae56cc256a4f377d366fb33b1f3b2db976f709
This commit is contained in:
Michal Nasiadka 2025-03-25 11:40:26 +01:00
parent 6ebdbb9795
commit c8645ea52d

View File

@ -65,6 +65,10 @@ function prepare_images {
GATE_IMAGES="^cron,^fluentd,^grafana,^haproxy,^proxysql,^keepalived,^kolla-toolbox,^mariadb,^memcached,^opensearch,^prometheus,^rabbitmq"
fi
if [[ $SCENARIO == "ipv6" ]]; then
GATE_IMAGES+=",^prometheus"
fi
if [[ $SCENARIO == "venus" ]]; then
GATE_IMAGES="^cron,^opensearch,^fluentd,^haproxy,^proxysql,^keepalived,^keystone,^kolla-toolbox,^mariadb,^memcached,^rabbitmq,^venus"
fi