From: Eric Ball Date: Tue, 30 Mar 2021 21:14:51 +0000 (+0000) Subject: Merge "Remove all refs to python2" X-Git-Tag: v0.63.0~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=ca2ec8e82f3cdc1eb355f1aa29a968002ec3c9e6;hp=71a5e4b45cabbb7697f2e1294c20e80e85202b65;p=releng%2Fglobal-jjb.git Merge "Remove all refs to python2" --- diff --git a/docs/jjb/lf-python-jobs.rst b/docs/jjb/lf-python-jobs.rst index 3a362546..0f02b428 100644 --- a/docs/jjb/lf-python-jobs.rst +++ b/docs/jjb/lf-python-jobs.rst @@ -153,11 +153,11 @@ For example: .. code-block:: bash - [testenv:py27] + [testenv:py3] commands = coverage run --module pytest --junitxml xunit-results.xml - coverage xml --omit=".tox/py27/*","tests/*" - coverage report --omit=".tox/py27/*","tests/*" + coverage xml --omit=".tox/py3/*","tests/*" + coverage report --omit=".tox/py3/*","tests/*" For more details refer to coverage and sonar documentation: diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index f5021d26..ab46c35b 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -582,7 +582,7 @@ default: "{tox-envs}" description: | Tox environments to run build against. - Example: docs,py2,py3 + Example: docs,py3 - parameter: name: lf-build-with-parameters-maven-release