Make neutron functional job non-voting
The hook scripts are causing a permissions failure that is preventing the job from running, and given how tight gate resources are right now it's better to avoid giving false negatives while working on a fix. Change-Id: Id5a8e21df7f659c1c3424660b7d60e2226b63bfc
This commit is contained in:
parent
4c57272b75
commit
70d9095361
@ -680,8 +680,10 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: check-neutron-dsvm-functional
|
- name: check-neutron-dsvm-functional
|
||||||
branch: ^(?!stable/havana).*$
|
branch: ^(?!stable/havana).*$
|
||||||
|
voting: false
|
||||||
- name: gate-neutron-dsvm-functional
|
- name: gate-neutron-dsvm-functional
|
||||||
branch: ^(?!stable/havana).*$
|
branch: ^(?!stable/havana).*$
|
||||||
|
voting: false
|
||||||
- name: check-neutron-dsvm-api
|
- name: check-neutron-dsvm-api
|
||||||
branch: ^(?!stable/(havana|icehouse)).*$
|
branch: ^(?!stable/(havana|icehouse)).*$
|
||||||
voting: false
|
voting: false
|
||||||
|
Loading…
Reference in New Issue
Block a user