Merge "Add non-voting constraints jobs to neutron"
This commit is contained in:
commit
01f9c7f27e
@ -902,6 +902,7 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- python-constraints-jobs
|
||||
- python-juno-bitrot-jobs
|
||||
- python-kilo-bitrot-jobs
|
||||
- openstack-publish-jobs
|
||||
|
@ -1731,6 +1731,12 @@ jobs:
|
||||
- name: ^gate-.*-py(?:thon\d\d|py)-constraints$
|
||||
branch: ^(?!stable/(?:juno|kilo)).*$
|
||||
|
||||
- name: gate-neutron-python27-constraints
|
||||
voting: false
|
||||
|
||||
- name: gate-neutron-python34-constraints
|
||||
voting: false
|
||||
|
||||
# End Constraints Jobs
|
||||
|
||||
# The project list is grouped by type of project, and within each
|
||||
@ -2659,7 +2665,9 @@ projects:
|
||||
- name: merge-check
|
||||
- name: python26-jobs
|
||||
- name: python-jobs
|
||||
- name: python-constraints-jobs
|
||||
- name: python3-jobs
|
||||
- name: python3-constraints-jobs
|
||||
- name: openstack-server-publish-jobs
|
||||
- name: openstack-server-release-jobs
|
||||
- name: periodic-juno
|
||||
|
Loading…
Reference in New Issue
Block a user