Add zuul-cloner-test environment
This is needed for some OpenStack CI testing, it will be removed once the job is working correctly. Related Change: I7343d54185a896b847d6340532bdab22465e98f0 Change-Id: Ib6d45031866790ee73000cf514e1263a7e8dff69
This commit is contained in:
parent
5e85ab7e24
commit
d50faa7acd
7
tox.ini
7
tox.ini
@ -113,6 +113,13 @@ commands =
|
||||
rm -rf releasenotes/build
|
||||
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[testenv:zuul-cloner-test]
|
||||
# TODO(jaegerandi): This is used for testing whether
|
||||
# constraints can be used in post pipeline and will be
|
||||
# reverted again after testing.
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
commands = doc8 doc
|
||||
|
||||
[doc8]
|
||||
# Settings for doc8:
|
||||
# Ignore target directories
|
||||
|
Loading…
x
Reference in New Issue
Block a user