CI: Build skyline images in skyline-sso scenario

Change-Id: I85982366d97e40d0e6ba97ce4c4c1ddd2c10b749
This commit is contained in:
Michal Nasiadka 2024-10-01 11:43:46 +02:00 committed by Michal Arbet
parent e4bfdd8549
commit 8e2595aae6

View File

@ -73,7 +73,7 @@ function prepare_images {
GATE_IMAGES="^cron,^opensearch,^fluentd,^haproxy,^keepalived,^keystone,^kolla-toolbox,^mariadb,^memcached,^rabbitmq,^venus"
fi
if [[ $SCENARIO == "skyline" ]]; then
if [[ $SCENARIO == "skyline" || $SCENARIO == "skyline-sso" ]]; then
GATE_IMAGES+=",^skyline"
fi