Support pike->master undercloud upgrades

The master undercloud-upgrade job was still setting the starting
branch to ocata, which results in us testing master patches with
pike repos.  This is causing a lot of bogus undercloud-upgrade
failures.

Change-Id: I6ccb832b52a476b5fa659a9a8f09e38ae41d324b
Closes-Bug: 1723447
This commit is contained in:
Ben Nemec 2017-10-13 14:36:47 +00:00 committed by Emilien Macchi
parent 4484ed6d25
commit fd99e98bdc
1 changed files with 1 additions and 2 deletions

View File

@ -208,8 +208,7 @@ for JOB_TYPE_PART in $(sed 's/-/ /g' <<< "${TOCI_JOBTYPE:-}") ; do
elif [ "$STABLE_RELEASE" = "newton" ]; then
STABLE_RELEASE=mitaka
elif [ -z $STABLE_RELEASE ]; then
#TODO(emilien) switch to pike when released
STABLE_RELEASE=ocata
STABLE_RELEASE=pike
fi
UNDERCLOUD_MAJOR_UPGRADE=1
export UNDERCLOUD_SANITY_CHECK=1