Prepare stable/yoga

Change-Id: Id74a5b2a5bfccd5449fe30674f32b2a44e408162
This commit is contained in:
Dmitry Tantsur 2018-02-16 16:06:25 +01:00 committed by Dmitry Tantsur
parent 1c40f8ae57
commit ac15014be7
4 changed files with 6 additions and 5 deletions

View File

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

View File

@ -24,7 +24,7 @@
vars:
rtd_webhook_id: '44747'
templates:
- openstack-python3-xena-jobs
- openstack-python3-yoga-jobs
- docs-on-readthedocs
- check-requirements
check:

View File

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

View File

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