X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=a226bcdb6a47b27b1c327fa6b45e8bb3808dab25;hb=532e97b5b965cab5ace406d8ecc845afc98920ac;hp=5b5b138aa3bed37a6da5be268815a06d0672c9e4;hpb=20762ac6f51ffe83e0c4ba53f7542e0e56619084;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index 5b5b138a..a226bcdb 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,10 @@ skipsdist = True [testenv:docs] basepython = python3 deps = -rrequirements.txt +allowlist_externals = + git commands = + git fetch --unshallow sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html [testenv:ensure-documented] @@ -26,7 +29,8 @@ commands = [testenv:jjb] basepython = python3 deps = - jenkins-job-builder==5.0.1 + jenkins-job-builder==6.0.0 + setuptools commands = jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test @@ -103,7 +107,7 @@ commands = [testenv:jenkins-jobs] deps = - jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:5.0.1} + jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.0.0} commands = jenkins-jobs {posargs:--help}