Merge "Periodic fs050: add promotion hash in "previous" function"

This commit is contained in:
Zuul 2018-08-10 02:31:25 +00:00 committed by Gerrit Code Review
commit 11989423a6
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ function previous_release_from {
function previous_release_mixed_upgrade_case {
local release="${1:-master}"
case "${release}" in
''|master)
''|master|promotion-testing-hash-master)
# NOTE: we need to update this when we cut a stable branch
echo "queens"
;;

View File

@ -18,7 +18,7 @@ function previous_release_from {
function previous_release_mixed_upgrade_case {
local release="${1:-master}"
case "${release}" in
''|master)
''|master|promotion-testing-hash-master)
# NOTE: we need to update this when we cut a stable branch
echo "queens"
;;