From 8c297b707a72e4d2e75d997c710c0edbabd5b024 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Fri, 13 Jun 2014 23:05:14 +0200 Subject: [PATCH] heat slow voting again Most of the heat failure happened when the subnet used by a test case 10.0.3.0/24 is overlapped with the host's subnet. The heat-slow job always failed, when the test runner machine's ip was from 10.0.3.0/24. The heat/neutron test case now uses the configured subnet, instead of the hard coded 10.0.3.0/24. The heat-slow job failures reduced from ~90/day to ~3/day. Change-Id: I428b1d2a2a0de93242af2f89f8bb487c931f304f --- modules/openstack_project/files/zuul/layout.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 64327e662a..0424575ecc 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -261,6 +261,7 @@ project-templates: - 'gate-tempest-dsvm-full' - 'gate-tempest-dsvm-postgres-full' - 'gate-tempest-dsvm-neutron' + - 'gate-tempest-dsvm-neutron-heat-slow' - 'gate-grenade-dsvm' experimental: - 'check-grenade-dsvm-neutron' @@ -276,6 +277,7 @@ project-templates: gate: - 'gate-tempest-dsvm-neutron' - 'gate-tempest-dsvm-neutron-pg' + - 'gate-tempest-dsvm-neutron-heat-slow' - 'gate-tempest-dsvm-neutron-large-ops' - name: integrated-gate-sahara @@ -422,7 +424,6 @@ jobs: voting: false - name: ^(gate|check)-tempest-dsvm-neutron-heat-slow branch: ^(?!stable/havana).*$ - voting: false - name: check-tempest-dsvm-ironic-nv voting: false - name: check-tempest-dsvm-ironic-postgres-nv