Merge "Make Bandit Python 3.4 check voting, and add gate"

This commit is contained in:
Jenkins 2015-06-05 14:47:57 +00:00 committed by Gerrit Code Review
commit 83391d75be

View File

@ -1432,9 +1432,6 @@ jobs:
- name: ^gate-cliff-tox-(openstackclient|neutronclient)-tip$ - name: ^gate-cliff-tox-(openstackclient|neutronclient)-tip$
branch: ^master$ branch: ^master$
- name: gate-bandit-python34
voting: false
# The project list is grouped by type of project, and within each # The project list is grouped by type of project, and within each
# group, projects are sorted (mostly) alphabetically. # group, projects are sorted (mostly) alphabetically.
projects: projects:
@ -5111,12 +5108,12 @@ projects:
- name: stackforge/bandit - name: stackforge/bandit
template: template:
- name: merge-check - name: merge-check
- name: python3-jobs
- name: check-requirements - name: check-requirements
- name: publish-to-pypi - name: publish-to-pypi
check: check:
- gate-bandit-pep8 - gate-bandit-pep8
- gate-bandit-python27 - gate-bandit-python27
- gate-bandit-python34
gate: gate:
- gate-bandit-pep8 - gate-bandit-pep8
- gate-bandit-python27 - gate-bandit-python27