CI: build swift images for swift scenario

Change-Id: I957fcea4ab180dd82d1faaa9a012f83d3647f043
This commit is contained in:
Mark Goddard 2020-01-30 10:58:38 +00:00
parent 3b24e566f6
commit f303202850

View File

@ -67,6 +67,10 @@ function setup_config {
GATE_IMAGES+=",^masakari"
fi
if [[ $SCENARIO == "swift" ]]; then
GATE_IMAGES+=",^swift"
fi
if [[ $SCENARIO == "mariadb" ]]; then
GATE_IMAGES="^cron,^haproxy,^keepalived,^kolla-toolbox,^mariadb"
fi