diff --git a/.gitreview b/.gitreview index 5f80994..57344c0 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=x/ironic-staging-drivers.git +defaultbranch=stable/wallaby diff --git a/extra-requirements.txt b/extra-requirements.txt index 69924de..92eeb97 100644 --- a/extra-requirements.txt +++ b/extra-requirements.txt @@ -1 +1 @@ -git+https://opendev.org/openstack/ironic#egg=ironic +git+https://opendev.org/openstack/ironic@stable/wallaby#egg=ironic diff --git a/tox.ini b/tox.ini index 0252420..33b2540 100644 --- a/tox.ini +++ b/tox.ini @@ -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/wallaby} -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/wallaby} -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/wallaby} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html