X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=2cf56b63ad60b5026414faf41490a715fd0aed93;hb=7c8c0136203f61317e6904030f86dfbd5a6c402e;hp=bd167508eb89fe0a5d51aa12d3092a88d696e891;hpb=58a873055a213219a57666e174c047a98709c80f;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index bd167508..2cf56b63 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,14 +29,15 @@ commands = [testenv:jjb] basepython = python3 deps = - jenkins-job-builder==5.0.4 + jenkins-job-builder==6.0.0 + setuptools commands = jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test [testenv:jjb-compare-xml] basepython = python3 deps = - jenkins-job-builder + jenkins-job-builder==6.0.0 allowlist_externals = ./jjb-compare-xml.sh commands = @@ -103,7 +107,7 @@ commands = [testenv:jenkins-jobs] deps = - jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:5.0.4} + jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.0.0} commands = jenkins-jobs {posargs:--help}