Point to Queens as previous branch
Change-Id: I73e8d8a05c24f70ff0c7801db711e8b945d6c364
This commit is contained in:
parent
0c8f669318
commit
7b4989d104
@ -296,8 +296,8 @@ pdf_documents = [
|
|||||||
|
|
||||||
latest_tag = os.popen('git describe --abbrev=0 --tags').read().strip('\n')
|
latest_tag = os.popen('git describe --abbrev=0 --tags').read().strip('\n')
|
||||||
|
|
||||||
previous_release_branch_name='pike'
|
previous_release_branch_name='queens'
|
||||||
current_release_branch_name='queens'
|
current_release_branch_name='rocky'
|
||||||
# Var specifically for using in URLs; differs because it might be 'draft'
|
# Var specifically for using in URLs; differs because it might be 'draft'
|
||||||
# on master for deploy guide
|
# on master for deploy guide
|
||||||
deploy_branch_link_name = current_release_branch_name
|
deploy_branch_link_name = current_release_branch_name
|
||||||
|
@ -53,7 +53,7 @@ export ACTION=${2:-"deploy"}
|
|||||||
# Set the source branch for upgrade tests
|
# Set the source branch for upgrade tests
|
||||||
# Be sure to change this whenever a new stable branch
|
# Be sure to change this whenever a new stable branch
|
||||||
# is created. The checkout must always be N-1.
|
# is created. The checkout must always be N-1.
|
||||||
export UPGRADE_SOURCE_BRANCH=${UPGRADE_SOURCE_BRANCH:-'stable/pike'}
|
export UPGRADE_SOURCE_BRANCH=${UPGRADE_SOURCE_BRANCH:-'stable/queens'}
|
||||||
|
|
||||||
## Change branch for Upgrades ------------------------------------------------
|
## Change branch for Upgrades ------------------------------------------------
|
||||||
# If the action is to upgrade, then store the current SHA,
|
# If the action is to upgrade, then store the current SHA,
|
||||||
|
@ -110,7 +110,7 @@ fi
|
|||||||
# tests repo are not supported.
|
# tests repo are not supported.
|
||||||
if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then
|
if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then
|
||||||
if [[ ! -d "${WORKING_DIR}/tests/common/previous" ]]; then
|
if [[ ! -d "${WORKING_DIR}/tests/common/previous" ]]; then
|
||||||
git clone -b stable/pike \
|
git clone -b stable/queens \
|
||||||
https://git.openstack.org/openstack/openstack-ansible-tests \
|
https://git.openstack.org/openstack/openstack-ansible-tests \
|
||||||
${WORKING_DIR}/tests/common/previous
|
${WORKING_DIR}/tests/common/previous
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user