X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=d9ebf87f76eb7f5b588c3ffc9b1301ccb94e6889;hb=HEAD;hp=2fb00fa4994102870a02d778e2c044343b974ff6;hpb=9e8d3b3d5040add588d9d0884a367a622fa3cb41;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index 2fb00fa4..3572c141 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,11 @@ skipsdist = True [testenv:docs] basepython = python3 deps = -rrequirements.txt +allowlist_externals = + git commands = + # Full repository depth required for docs job to run (release notes) + git fetch --unshallow sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html [testenv:ensure-documented] @@ -26,14 +30,16 @@ commands = [testenv:jjb] basepython = python3 deps = - jenkins-job-builder==5.0.2 + jenkins-job-builder==6.3.0 + # RELENG-5179 (undeclared dependency by stevedore) + 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.3.0 allowlist_externals = ./jjb-compare-xml.sh commands = @@ -103,7 +109,7 @@ commands = [testenv:jenkins-jobs] deps = - jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:5.0.2} + jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.3.0} commands = jenkins-jobs {posargs:--help}