Set upgrade test to test ocata->master

Change-Id: I0eca3c973da29c39645937a7da9a82337d9071e8
This commit is contained in:
Jesse Pretorius 2017-02-13 11:58:38 +00:00 committed by Jesse Pretorius (odyssey4me)
parent f67dfa4c1e
commit 9ea99be45e

View File

@ -35,7 +35,7 @@ export SCENARIO=${1:-"aio"}
# TODO(sc68cal) update the job configs to have the stable branch
# So we have job names like:
# gate-openstack-ansible-openstack-ansible-upgrade-newton-ubuntu-xenial-nv
export UPGRADE_BASEBRANCH=${2:-"newton"}
export UPGRADE_BASEBRANCH=${2:-"ocata"}
export SCENARIO_BACKUP=${SCENARIO_BACKUP:-''}
## Functions -----------------------------------------------------------------