project-config: Merge lint jobs (1/2)
This is the first part of merging pep and bashate jobs: Remove bashate job from project-config queues. Since both pep8 and bashate are voting, we can merge the two lint targets into the "common" pep8 lint target. There's no need for a separate bashate run. The second part will remove the bashate job from tox.ini. This cannot be done as part of this change since it would break gating. Change-Id: I9522b2b7478590bf41dc1dab763de01d38b70404
This commit is contained in:
parent
6acb0d78e2
commit
71f3989ce4
@ -2237,7 +2237,6 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- gate-{name}-pep8
|
- gate-{name}-pep8
|
||||||
- gate-{name}-bashate
|
|
||||||
- generate-specs-site-jobs
|
- generate-specs-site-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
|
4
tox.ini
4
tox.ini
@ -7,7 +7,9 @@ skipsdist = True
|
|||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8
|
commands =
|
||||||
|
flake8
|
||||||
|
{toxinidir}/tools/run-bashate.sh
|
||||||
|
|
||||||
[testenv:gerrit]
|
[testenv:gerrit]
|
||||||
commands =
|
commands =
|
||||||
|
@ -3570,7 +3570,6 @@ projects:
|
|||||||
- project-config-gerrit
|
- project-config-gerrit
|
||||||
- gate-project-config-layout
|
- gate-project-config-layout
|
||||||
- gate-project-config-pep8
|
- gate-project-config-pep8
|
||||||
- gate-project-config-bashate
|
|
||||||
- gate-project-config-irc-access
|
- gate-project-config-irc-access
|
||||||
- gate-project-config-jenkins-project
|
- gate-project-config-jenkins-project
|
||||||
- gate-project-config-projects-yaml
|
- gate-project-config-projects-yaml
|
||||||
@ -3578,7 +3577,6 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-project-config-layout
|
- gate-project-config-layout
|
||||||
- gate-project-config-pep8
|
- gate-project-config-pep8
|
||||||
- gate-project-config-bashate
|
|
||||||
- gate-project-config-irc-access
|
- gate-project-config-irc-access
|
||||||
- gate-project-config-jenkins-project
|
- gate-project-config-jenkins-project
|
||||||
- gate-project-config-projects-yaml
|
- gate-project-config-projects-yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user