From 3f980162f71539391cfbf09935f9614d1f7fee92 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Sat, 27 Jul 2013 10:00:25 +1200 Subject: [PATCH] Add tempest check and gate for python-heatclient. python-heatclient will be used in tempest scenario tests so all changes need to be gated. Change-Id: I1cee70da4a28828463a55bebc733275504472e01 --- modules/openstack_project/files/zuul/layout.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 8031900d63..be643bca54 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1343,11 +1343,19 @@ projects: - gate-python-heatclient-pep8 - gate-python-heatclient-python26 - gate-python-heatclient-python27 + - gate-tempest-devstack-vm-full + - gate-tempest-devstack-vm-cells-full + - gate-tempest-devstack-vm-testr-full + - gate-tempest-devstack-vm-postgres-full + - gate-tempest-devstack-vm-neutron gate: - gate-python-heatclient-requirements - gate-python-heatclient-pep8 - gate-python-heatclient-python26 - gate-python-heatclient-python27 + - gate-tempest-devstack-vm-full + - gate-tempest-devstack-vm-postgres-full + - gate-tempest-devstack-vm-neutron post: - python-heatclient-branch-tarball - python-heatclient-coverage