Merge "gate_hook: Add a no-op rally case"

This commit is contained in:
Jenkins 2016-12-28 12:33:58 +00:00 committed by Gerrit Code Review
commit d40921bfa8
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@ case $VENV in
$BASE/new/devstack-gate/devstack-vm-gate.sh
;;
"rally")
# NOTE(yamamoto): This is a no-op placeholder to allow
# further changes.
$BASE/new/devstack-gate/devstack-vm-gate.sh
;;
*)
echo "Unrecognized environment $VENV".
exit 1