From bd2fc72d075dc7329db562445eaf351542603a71 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 25 Oct 2013 11:49:15 -0400 Subject: [PATCH] make wsme / pecan participate in the gate symetrically wsme and pecan are now in devstack so we are running with their git trees in the rest of the gate. We need to quickly put the symetric gate on their side as well, to ensure that they can't break us with a git commit that doesn't work on the rest of OpenStack. The job definitions are based on what we require of oslo.config and oslo.messaging. Change-Id: I95a0b956009f1e6176435aa2bd29f392c9d72794 --- .../openstack_project/files/zuul/layout.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 66d716803e..c3aee7fbb6 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3341,11 +3341,21 @@ projects: - gate-pecan-python26 - gate-pecan-python27 - gate-pecan-python33 + - check-tempest-devstack-vm-full + - check-tempest-devstack-vm-neutron + - gate-tempest-devstack-vm-large-ops + - gate-tempest-devstack-vm-neutron-large-ops + - check-grenade-devstack-vm gate: - gate-pecan-pep8 - gate-pecan-python26 - gate-pecan-python27 - gate-pecan-python33 + - gate-tempest-devstack-vm-full + - gate-tempest-devstack-vm-neutron + - gate-tempest-devstack-vm-large-ops + - gate-tempest-devstack-vm-neutron-large-ops + - gate-grenade-devstack-vm post: - pecan-branch-tarball pre-release: @@ -3371,11 +3381,21 @@ projects: - gate-wsme-python27 - gate-wsme-python33 - gate-wsme-pep8 + - check-tempest-devstack-vm-full + - check-tempest-devstack-vm-neutron + - gate-tempest-devstack-vm-large-ops + - gate-tempest-devstack-vm-neutron-large-ops + - check-grenade-devstack-vm gate: - gate-wsme-python26 - gate-wsme-python27 - gate-wsme-python33 - gate-wsme-pep8 + - gate-tempest-devstack-vm-full + - gate-tempest-devstack-vm-neutron + - gate-tempest-devstack-vm-large-ops + - gate-tempest-devstack-vm-neutron-large-ops + - gate-grenade-devstack-vm post: - wsme-branch-tarball pre-release: