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:
Andreas Jaeger 2015-03-15 19:18:07 +01:00
parent 6acb0d78e2
commit 71f3989ce4
3 changed files with 3 additions and 4 deletions

View File

@ -2237,7 +2237,6 @@
jobs:
- gate-{name}-pep8
- gate-{name}-bashate
- generate-specs-site-jobs
- project:

View File

@ -7,7 +7,9 @@ skipsdist = True
deps = -r{toxinidir}/test-requirements.txt
[testenv:pep8]
commands = flake8
commands =
flake8
{toxinidir}/tools/run-bashate.sh
[testenv:gerrit]
commands =

View File

@ -3570,7 +3570,6 @@ projects:
- project-config-gerrit
- gate-project-config-layout
- gate-project-config-pep8
- gate-project-config-bashate
- gate-project-config-irc-access
- gate-project-config-jenkins-project
- gate-project-config-projects-yaml
@ -3578,7 +3577,6 @@ projects:
gate:
- gate-project-config-layout
- gate-project-config-pep8
- gate-project-config-bashate
- gate-project-config-irc-access
- gate-project-config-jenkins-project
- gate-project-config-projects-yaml