Merge "Use linters job for keystonemiddleware starting with mitaka"

This commit is contained in:
Jenkins 2016-01-22 19:54:07 +00:00 committed by Gerrit Code Review
commit d18ed8e20b

View File

@ -1592,8 +1592,16 @@ jobs:
branch: ^(?!stable/(kilo|liberty)).*$ branch: ^(?!stable/(kilo|liberty)).*$
voting: false voting: false
# -linters is used starting with mitaka instead of pep8 and bandit
# (bandit is only available in liberty).
- name: gate-keystonemiddleware-linters
branch: ^(?!stable/(kilo|liberty)).*$
- name: gate-keystonemiddleware-pep8
branch: ^stable/(kilo|liberty).*$
- name: gate-keystonemiddleware-tox-bandit - name: gate-keystonemiddleware-tox-bandit
branch: ^(?!stable/kilo).*$ branch: ^stable/liberty$
- name: gate-kuryr-requirements - name: gate-kuryr-requirements
voting: false voting: false
@ -5965,7 +5973,7 @@ projects:
- name: openstack/keystonemiddleware - name: openstack/keystonemiddleware
template: template:
- name: merge-check - name: merge-check
- name: python-jobs - name: python-jobs-linters
- name: python3-jobs - name: python3-jobs
- name: openstack-client-publish-jobs - name: openstack-client-publish-jobs
- name: check-requirements - name: check-requirements
@ -5974,8 +5982,10 @@ projects:
- name: release-notes-jobs - name: release-notes-jobs
check: check:
- gate-keystonemiddleware-tox-bandit - gate-keystonemiddleware-tox-bandit
- gate-keystonemiddleware-pep8
gate: gate:
- gate-keystonemiddleware-tox-bandit - gate-keystonemiddleware-tox-bandit
- gate-keystonemiddleware-pep8
post: post:
- keystonemiddleware-coverage - keystonemiddleware-coverage