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:
parent
11989423a6
commit
471f3d3612
@ -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"
|
||||
;;
|
||||
|
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user