From a052d5ccf3be33e2b452199e77e3ceb31ad2043f Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 31 Jul 2013 11:37:54 -0400 Subject: [PATCH] make oslo.config gating on devstack/tempest runs oslo.config from git is going to be used in our devstack/tempest runs, so ensure that we're gating on it in a matrix of configurations that cover all they ways that an oslo.config compatibility problem could cause a project fail, which could wedge the gate. Change-Id: I2ee6acd0073b284ab6ba61fc211562ccf55a5320 --- modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index fb9332dfb0..6634eae796 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -676,6 +676,9 @@ projects: - gate-oslo.config-python26 - gate-oslo.config-python27 - gate-oslo.config-python33 + - gate-tempest-devstack-vm-full + - gate-tempest-devstack-vm-neutron + - gate-grenade-devstack-vm gate: - gate-oslo.config-requirements - gate-oslo.config-docs @@ -683,6 +686,9 @@ projects: - gate-oslo.config-python26 - gate-oslo.config-python27 - gate-oslo.config-python33 + - gate-tempest-devstack-vm-full + - gate-tempest-devstack-vm-neutron + - gate-grenade-devstack-vm post: - oslo.config-branch-tarball - oslo.config-docs