X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=820a0afd7d31e414372b588bb3daca1afc8ca962;hb=3b63df8005fce1094538a0c4847150fc51bf2ab3;hp=2cf56b63ad60b5026414faf41490a715fd0aed93;hpb=991ef244a41863fe368d8d964e68be3c97aeaa9b;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index 2cf56b63..820a0afd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: EPL-1.0 +# SPDX-FileCopyrightText: 2017 The Linux Foundation [tox] minversion = 1.6 envlist = @@ -6,7 +8,6 @@ envlist = jjb-compare-xml, jjb-latest, jjb-version, - license, bashate, pre-commit skipsdist = True @@ -17,6 +18,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 @@ -29,7 +31,8 @@ commands = [testenv:jjb] basepython = python3 deps = - jenkins-job-builder==6.0.0 + 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 @@ -37,7 +40,7 @@ commands = [testenv:jjb-compare-xml] basepython = python3 deps = - jenkins-job-builder==6.0.0 + jenkins-job-builder==6.3.0 allowlist_externals = ./jjb-compare-xml.sh commands = @@ -107,7 +110,7 @@ commands = [testenv:jenkins-jobs] deps = - jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.0.0} + jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.3.0} commands = jenkins-jobs {posargs:--help}