Merge "Fix queue names"
This commit is contained in:
commit
c84f748e66
@ -1836,10 +1836,6 @@ jobs:
|
||||
- name: ^gate-tempest-dsvm(-multinode)?-full-ubuntu-xenial$
|
||||
branch: stable/newton
|
||||
|
||||
# This is only here to give the integrated queue a name.
|
||||
- name: ^gate-tempest-dsvm-neutron-full-ubuntu-xenial$
|
||||
queue-name: integrated
|
||||
|
||||
# don't run any grenade jobs on the oldest supported stable
|
||||
# branch, this lets us catch all jobs that don't otherwise have
|
||||
# additional modifications.
|
||||
@ -2281,6 +2277,10 @@ jobs:
|
||||
branch: ^(?!(stable/mitaka|driverfixes/)).*$
|
||||
|
||||
- name: gate-tempest-dsvm-neutron-full-ubuntu-xenial
|
||||
# This job is part of integrated gate queue, use it to name the queue.
|
||||
# Note that the above needs to be a name and not a regex so that
|
||||
# queue-name works.
|
||||
queue-name: integrated
|
||||
branch: ^(?!(stable/mitaka|driverfixes/)).*$
|
||||
|
||||
- name: ^zuul-coverage.*$
|
||||
@ -3277,7 +3277,7 @@ jobs:
|
||||
branch: ^(?!stable/(?:[456]\.[01]|[78]\.0|mitaka)).*$
|
||||
voting: false
|
||||
|
||||
- name: ^gate-fuel-ccp-validate$
|
||||
- name: gate-fuel-ccp-validate
|
||||
voting: false
|
||||
queue-name: fuel-ccp
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user