From f25e08a588024dbb0fec677e9ecd9b6613aefe5a Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 23 Oct 2013 16:06:33 -0400 Subject: [PATCH] Add a neutron isolated job for tempest This commit just adds a neutron isolated job for tempest. The asymmetrical gate for neutron makes it tricky to add changes to neutron tests, especially around tenant isolation, so by adding this job we can catch failures before blocking the neutron queue. Change-Id: Ieb23eb05a6b919811a5b3784a0dc6331909d39c4 --- modules/openstack_project/files/zuul/layout.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 260b87f98c..f5b22314eb 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1695,6 +1695,7 @@ projects: - check-tempest-devstack-vm-postgres-full - check-tempest-devstack-vm-cinder - check-tempest-devstack-vm-neutron + - check-tempest-devstack-vm-neutron-pg-isolated - gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-neutron-large-ops - check-grenade-devstack-vm @@ -1708,6 +1709,7 @@ projects: - gate-tempest-devstack-vm-postgres-full - gate-tempest-devstack-vm-cinder - gate-tempest-devstack-vm-neutron + - gate-tempest-devstack-vm-neutron-pg-isolated - gate-tempest-devstack-vm-large-ops - gate-tempest-devstack-vm-neutron-large-ops - gate-grenade-devstack-vm