Remove checkniceness
We do not need this tox environment anymore, remove it. Also, update documentation for jobs with Zuul v3. Change-Id: I226835ad57af775a77e4719c5dcf7d13010ebd76
This commit is contained in:
parent
c2e9f33589
commit
9f40d75a78
@ -266,9 +266,9 @@ that do automatic testing of patches.
|
|||||||
|
|
||||||
The current jobs are:
|
The current jobs are:
|
||||||
|
|
||||||
* gate-openstack-manuals-tox-checkniceness
|
* openstack-tox-linters
|
||||||
* gate-openstack-manuals-tox-doc-publish-checkbuild
|
* build-tox-manual-checkbuild
|
||||||
* gate-openstack-manuals-tox-checklang
|
* build-tox-manual-checklang
|
||||||
|
|
||||||
Checklang job
|
Checklang job
|
||||||
-------------
|
-------------
|
||||||
@ -283,11 +283,7 @@ the Security Guide, HA Guide and Install Guides.
|
|||||||
<https://bugs.launchpad.net/openstack-i18n>`_.
|
<https://bugs.launchpad.net/openstack-i18n>`_.
|
||||||
|
|
||||||
If you want to manually run this check on your local workstation you can use
|
If you want to manually run this check on your local workstation you can use
|
||||||
the checklang environment (:command:`tox -e checklang`). To use this
|
the checklang environment (:command:`tox -e checklang`).
|
||||||
environment, you first have to install the *xml2po* utility on your local
|
|
||||||
workstation. xml2po is part of the gnome-doc-utils and can be installed with
|
|
||||||
:command:`yum install gnome-doc-utils` (on RedHat-based distributions), or
|
|
||||||
:command:`zypper install xml2po` (on SUSE-based distributions).
|
|
||||||
|
|
||||||
.. _docs_builds_eol:
|
.. _docs_builds_eol:
|
||||||
|
|
||||||
|
5
tox.ini
5
tox.ini
@ -22,11 +22,6 @@ commands = {posargs}
|
|||||||
commands =
|
commands =
|
||||||
{toxinidir}/tools/build-all-rst.sh --linkcheck
|
{toxinidir}/tools/build-all-rst.sh --linkcheck
|
||||||
|
|
||||||
[testenv:checkniceness]
|
|
||||||
# Replaced in CI with "linters" environment but kept here as a
|
|
||||||
# backwards-compatibility shim for muscle memory.
|
|
||||||
commands = {[testenv:linters]commands}
|
|
||||||
|
|
||||||
[testenv:linters]
|
[testenv:linters]
|
||||||
commands =
|
commands =
|
||||||
flake8
|
flake8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user