Skip to content
Snippets Groups Projects
Commit f3032028 authored by Mark Goddard's avatar Mark Goddard
Browse files

CI: build swift images for swift scenario

Change-Id: I957fcea4ab180dd82d1faaa9a012f83d3647f043
parent 3b24e566
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,10 @@ function setup_config { ...@@ -67,6 +67,10 @@ function setup_config {
GATE_IMAGES+=",^masakari" GATE_IMAGES+=",^masakari"
fi fi
if [[ $SCENARIO == "swift" ]]; then
GATE_IMAGES+=",^swift"
fi
if [[ $SCENARIO == "mariadb" ]]; then if [[ $SCENARIO == "mariadb" ]]; then
GATE_IMAGES="^cron,^haproxy,^keepalived,^kolla-toolbox,^mariadb" GATE_IMAGES="^cron,^haproxy,^keepalived,^kolla-toolbox,^mariadb"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment