Disable quantum full runs on stable/grizzly
This commit disables quantum full tempest runs for commits to stable/grizzly. The quantum full runs do not work in stable/grizzly tempest so there is no point in running them for backports. Change-Id: Id9617640746fdb26bb630127fe86070df4adc4e9 Reviewed-on: https://review.openstack.org/26142 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Giampaolo Lauria <lauria@us.ibm.com> Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
8184a05251
commit
850b52aab6
@ -75,7 +75,7 @@ jobs:
|
|||||||
- name: gate-tempest-devstack-vm-quantum
|
- name: gate-tempest-devstack-vm-quantum
|
||||||
branch: ^(?!stable/(diablo|essex|folsom)).*$
|
branch: ^(?!stable/(diablo|essex|folsom)).*$
|
||||||
- name: gate-tempest-devstack-vm-quantum-full
|
- name: gate-tempest-devstack-vm-quantum-full
|
||||||
branch: ^(?!stable/(diablo|essex|folsom)).*$
|
branch: ^(?!stable/(diablo|essex|folsom|grizzly)).*$
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-tempest-devstack-vm-postgres-full
|
- name: gate-tempest-devstack-vm-postgres-full
|
||||||
branch: ^(?!stable/(diablo|essex|folsom)).*$
|
branch: ^(?!stable/(diablo|essex|folsom)).*$
|
||||||
|
Loading…
Reference in New Issue
Block a user