From 06b16f78544e4f0d71750bb0af866997a05614a3 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 1 Aug 2013 15:47:40 -0400 Subject: [PATCH] add missing neutron-full job to neutron gate we apparently were never running the neutron full job on the neutron gate, which we should be doing, even though it's currently non voting. This will ensure data comes in for neutron team about what changes a neutron change has on gate behavior. Change-Id: I411293e73d123db6311b3c3e2a10321d7d1bd54b --- 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 950bff1b3f..ba737b3ba5 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -800,6 +800,7 @@ projects: - gate-neutron-python26 - gate-neutron-python27 - gate-tempest-devstack-vm-neutron + - gate-tempest-devstack-vm-neutron-full gate: - gate-neutron-requirements - gate-neutron-docs @@ -807,6 +808,7 @@ projects: - gate-neutron-python26 - gate-neutron-python27 - gate-tempest-devstack-vm-neutron + - gate-tempest-devstack-vm-neutron-full post: - neutron-branch-tarball - neutron-coverage