Merge "Add previous release entries for stein and rocky"

This commit is contained in:
Zuul 2018-08-13 14:51:18 +00:00 committed by Gerrit Code Review
commit be08b40f32
2 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,12 @@ function previous_release_mixed_upgrade_case {
# NOTE: we need to update this when we cut a stable branch
echo "queens"
;;
stein)
echo "rocky"
;;
rocky)
echo "queens"
;;
queens)
echo "pike"
;;

View File

@ -22,6 +22,12 @@ function previous_release_mixed_upgrade_case {
# NOTE: we need to update this when we cut a stable branch
echo "queens"
;;
stein)
echo "rocky"
;;
rocky)
echo "queens"
;;
queens)
echo "pike"
;;