Add previous release entries for stein and rocky

This is a safe additive change, shouldn't affect any existing jobs.

Change-Id: I729906994a4a99c74ceca22f58dd93dad56eeeb9
This commit is contained in:
Jiri Stransky 2018-08-10 15:47:14 +02:00
parent 11989423a6
commit 471f3d3612
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"
;;