From 471f3d3612fd07c1a30a6078b9e68fc713ff1eae Mon Sep 17 00:00:00 2001 From: Jiri Stransky Date: Fri, 10 Aug 2018 15:47:14 +0200 Subject: [PATCH] Add previous release entries for stein and rocky This is a safe additive change, shouldn't affect any existing jobs. Change-Id: I729906994a4a99c74ceca22f58dd93dad56eeeb9 --- playbooks/tripleo-ci/templates/oooq_common_functions.sh.j2 | 6 ++++++ scripts/oooq_common_functions.sh | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/playbooks/tripleo-ci/templates/oooq_common_functions.sh.j2 b/playbooks/tripleo-ci/templates/oooq_common_functions.sh.j2 index 87c0f0ae2..554886a09 100644 --- a/playbooks/tripleo-ci/templates/oooq_common_functions.sh.j2 +++ b/playbooks/tripleo-ci/templates/oooq_common_functions.sh.j2 @@ -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" ;; diff --git a/scripts/oooq_common_functions.sh b/scripts/oooq_common_functions.sh index 34182fb6f..0be9160fb 100644 --- a/scripts/oooq_common_functions.sh +++ b/scripts/oooq_common_functions.sh @@ -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" ;;