aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-03-24 12:30:38 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-03-24 14:01:26 +0000
commit8f5d1543c3147cc06cd59d491904b9712a7e25a8 (patch)
tree8b3cd7e561ae3ad314d0139cebf4c54b313044e3 /tox.ini
parentf9f62801c5c98a980c91b0ac6e9bb064eb6da15a (diff)
Change on onaptests_bench to run stability tests on sm env
Change settings and hosts on launcher script Issue-ID: INT-2214 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: If62d43f2e103629e35a313847ae97e5a6b90e13d
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index f2bad2719..d3a4cfc42 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,15 +36,13 @@ commands =
/bin/bash -c "coala --non-interactive --disable-caching --no-autoapply-warn py --files $(</tmp/.coalist_py) \ "
[testenv:rst]
-commands_pre =
- /bin/sh -c "git --no-pager diff HEAD HEAD^ --name-only '*.rst' > /tmp/.coalist_rst"
deps =
-r{toxinidir}/docs/requirements-docs.txt
-chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
commands =
- /bin/sh -c "sphinx-build -n -b html docs docs/build/html $(</tmp/.coalist_rst)"
- /bin/sh -c "sphinx-build -n -b linkcheck docs docs/build/linkcheck $(</tmp/.coalist_rst)"
+ sphinx-build -W -n -b html docs docs/build/html
+ sphinx-build -W -n -b linkcheck docs docs/build/linkcheck
[testenv:md]
commands_pre =