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:
Matthew Treinish 2013-04-04 16:49:27 -04:00 committed by Jenkins
parent 8184a05251
commit 850b52aab6

View File

@ -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)).*$