From 34447db4a98a60d99636caade9a5808d188d5799 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 12 Jun 2014 13:01:15 -0700 Subject: [PATCH] Don't run large-ops test on stable/havana branches The large-ops test is there to prevent massive performance regressions, and we are ratcheting up this test over time. We don't want to have to maintain a separate large-ops job for stable/havana especially since stable releases only accept 'safe' backports from master. So if a patch is being considered for backport it already has passed master large-ops and a human reviewer evaluating the patch explicitly for how safe it is to backport. The new large-ops number broke this test for stable/havana, so turn off the job on stable/havana but keep it on stable/icehouse as its still working there. Closes-Bug: #1329042 Change-Id: I5fb64f8537dfffca79170000310a02353b7d1b0e --- modules/openstack_project/files/zuul/layout.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 1f94131f67..835d95534c 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -451,6 +451,10 @@ jobs: - name: ^(gate|check)-grenade-dsvm-neutron-forward branch: ^(stable/).*$ voting: false + - name: ^(gate|check)-tempest-dsvm-large-ops + branch: ^(?!stable/havana).*$ + - name: ^(gate|check)-tempest-dsvm-neutron-large-ops + branch: ^(?!stable/havana).*$ - name: check-tempest-dsvm-full-havana voting: false - name: check-tempest-dsvm-neutron-havana