Prepare stable/wallaby

Change-Id: Idc95f82fed011a1861d43a59f517f2daf02c4e40
This commit is contained in:
Dmitry Tantsur 2018-02-16 16:06:25 +01:00 committed by Dmitry Tantsur
parent 24a6a7ccd7
commit a4b99b9850
3 changed files with 5 additions and 4 deletions

View File

@ -2,3 +2,4 @@
host=review.opendev.org host=review.opendev.org
port=29418 port=29418
project=x/ironic-staging-drivers.git project=x/ironic-staging-drivers.git
defaultbranch=stable/wallaby

View File

@ -1 +1 @@
git+https://opendev.org/openstack/ironic#egg=ironic git+https://opendev.org/openstack/ironic@stable/wallaby#egg=ironic

View File

@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
LC_ALL=en_US.UTF-8 LC_ALL=en_US.UTF-8
TESTS_DIR=./ironic_staging_drivers/tests/unit/ TESTS_DIR=./ironic_staging_drivers/tests/unit/
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
-r{toxinidir}/extra-requirements.txt -r{toxinidir}/extra-requirements.txt
commands = commands =
@ -47,7 +47,7 @@ commands =
[testenv:docs] [testenv:docs]
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html commands = sphinx-build -W -b html doc/source doc/build/html
@ -65,7 +65,7 @@ commands = oslo_debug_helper {posargs}
[testenv:releasenotes] [testenv:releasenotes]
deps = deps =
reno>=2.5.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html