Merge "CI: build swift images for swift scenario"

This commit is contained in:
Zuul 2020-02-05 10:38:45 +00:00 committed by Gerrit Code Review
commit 4f83be3281
1 changed files with 4 additions and 0 deletions

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