Switch mitaka tests to mitaka-eol tag instead of branch

Now stable/mitaka branch has been EOL'd and removed to continue to test
against it we must reference the mitaka-eol tag instead of the branch.

Change-Id: Ic3b6cab001c87e5d77a1f9c9bd48805d8fc95afd
This commit is contained in:
Sam Betts 2017-07-07 11:20:29 +01:00
parent 2c5523f740
commit a39c6ef250
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ if $(python -c "import neutron" 2> /dev/null); then
elif [ -x $ZUUL_CLONER ]; then
# Use zuul-cloner to clone openstack/neutron, this will ensure the Depends-On
# references are retrieved from zuul and rebased into the repo, then installed.
$ZUUL_CLONER --cache-dir /opt/git --branch $NEUTRON_BRANCH --workspace /tmp git://git.openstack.org openstack/neutron
$ZUUL_CLONER --cache-dir /opt/git --zuul-ref $NEUTRON_BRANCH --workspace /tmp git://git.openstack.org openstack/neutron
$install_cmd /tmp/openstack/neutron
else
# Install neutron from git.openstack.org

View File

@ -9,7 +9,7 @@ skipsdist = True
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
PYTHONWARNINGS=default::DeprecationWarning
DEFAULT_NEUTRON_BRANCH=stable/mitaka
DEFAULT_NEUTRON_BRANCH=mitaka-eol
UPPER_CONSTRAINTS_FILE=https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/mitaka
passenv = TRACE_FAILONLY http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY NEUTRON_BRANCH NEUTRONCLIENT_BRANCH
usedevelop = True