Revert "Use OpenStack Stein release"
This reverts commit b46b2b72bb
.
Switch dependencies and upper constraints back to master branch for
development after cutting stable/stein branch.
Change-Id: Ie7f588aab59e57efe240a58a3bd0a6f09fbcefb7
This commit is contained in:
parent
48c643abbe
commit
ebe13df6f7
@ -2,10 +2,10 @@
|
||||
###############################################################################
|
||||
# OpenStack release configuration.
|
||||
|
||||
# Name of the current OpenStack release. Default is "stein".
|
||||
openstack_release: "stein"
|
||||
# Name of the current OpenStack release. Default is "master".
|
||||
openstack_release: "master"
|
||||
|
||||
# Name of the current OpenStack branch. Default is "stable/stein".
|
||||
# Name of the current OpenStack branch. Default is "master".
|
||||
openstack_branch: >-
|
||||
{% if openstack_release != 'master' %}stable/{% endif %}{{ openstack_release | lower }}
|
||||
|
||||
|
@ -2,10 +2,10 @@
|
||||
###############################################################################
|
||||
# OpenStack release configuration.
|
||||
|
||||
# Name of the current OpenStack release. Default is "stein".
|
||||
# Name of the current OpenStack release. Default is "master".
|
||||
#openstack_release:
|
||||
|
||||
# Name of the current OpenStack branch. Default is "stable/stein".
|
||||
# Name of the current OpenStack branch. Default is "master".
|
||||
#openstack_branch:
|
||||
|
||||
###############################################################################
|
||||
|
10
tox.ini
10
tox.ini
@ -18,7 +18,7 @@ setenv =
|
||||
OS_STDERR_CAPTURE=1
|
||||
OS_TEST_TIMEOUT=60
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt}
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = stestr run {posargs}
|
||||
@ -37,7 +37,7 @@ commands =
|
||||
[testenv:venv]
|
||||
basepython = python3
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt}
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands = {posargs}
|
||||
@ -60,7 +60,7 @@ commands =
|
||||
# Molecule only supports python 2.7 and 3.6.
|
||||
basepython = python2
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt}
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
whitelist_externals =
|
||||
@ -113,7 +113,7 @@ commands =
|
||||
[testenv:docs]
|
||||
basepython = python3
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt}
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
@ -125,7 +125,7 @@ commands = oslo_debug_helper {posargs}
|
||||
[testenv:releasenotes]
|
||||
basepython = python3
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt}
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands =
|
||||
|
@ -58,14 +58,8 @@
|
||||
- name: x/kayobe
|
||||
- name: x/kayobe-config-dev
|
||||
- name: openstack/kolla
|
||||
# TODO(mgoddard): Remove when kayobe stable/stein exists.
|
||||
override-checkout: stable/stein
|
||||
- name: openstack/kolla-ansible
|
||||
# TODO(mgoddard): Remove when kayobe stable/stein exists.
|
||||
override-checkout: stable/stein
|
||||
- name: openstack/requirements
|
||||
# TODO(mgoddard): Remove when kayobe stable/stein exists.
|
||||
override-checkout: stable/stein
|
||||
- name: openstack/tenks
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
|
Loading…
Reference in New Issue
Block a user