Skip to content
Snippets Groups Projects
Commit 4f83be32 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: build swift images for swift scenario"

parents 157acea6 f3032028
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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