X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=d9ebf87f76eb7f5b588c3ffc9b1301ccb94e6889;hb=8901fe0bee2fecb6b32accffd9f952d46da59a38;hp=a226bcdb6a47b27b1c327fa6b45e8bb3808dab25;hpb=a5fa8a32ab2f856fecc7505fdfd7a8e12df2c402;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index a226bcdb..d9ebf87f 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ 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 @@ -30,6 +31,7 @@ commands = basepython = python3 deps = jenkins-job-builder==6.0.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 @@ -37,7 +39,7 @@ commands = [testenv:jjb-compare-xml] basepython = python3 deps = - jenkins-job-builder + jenkins-job-builder==6.0.0 allowlist_externals = ./jjb-compare-xml.sh commands =