Use linters job for keystonemiddleware starting with mitaka
Merge pep8 and bandit job for mitaka and newer into linters job, continue using pep8 and bandit for liberty and kilo. Change-Id: I849cab5461b7b6f483fc5967b50736e0ba30e705 Depends-On: Idff7d7134c50aa4740ed87eeeda83f7cca32f3db
This commit is contained in:
parent
84425b83c8
commit
3d21a2b3f2
@ -1549,8 +1549,16 @@ jobs:
|
||||
branch: ^(?!stable/(kilo|liberty)).*$
|
||||
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
|
||||
branch: ^(?!stable/kilo).*$
|
||||
branch: ^stable/liberty$
|
||||
|
||||
- name: gate-kuryr-requirements
|
||||
voting: false
|
||||
@ -5904,7 +5912,7 @@ projects:
|
||||
- name: openstack/keystonemiddleware
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python-jobs-linters
|
||||
- name: python3-jobs
|
||||
- name: openstack-client-publish-jobs
|
||||
- name: check-requirements
|
||||
@ -5913,8 +5921,10 @@ projects:
|
||||
- name: release-notes-jobs
|
||||
check:
|
||||
- gate-keystonemiddleware-tox-bandit
|
||||
- gate-keystonemiddleware-pep8
|
||||
gate:
|
||||
- gate-keystonemiddleware-tox-bandit
|
||||
- gate-keystonemiddleware-pep8
|
||||
post:
|
||||
- keystonemiddleware-coverage
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user