From e801e06294532d816fac8d9f02f250afc1a445b9 Mon Sep 17 00:00:00 2001 From: Dina Belova Date: Wed, 5 Feb 2014 21:28:00 +0400 Subject: [PATCH] Fix Climate jobs Implements blueprint: climateclient-jobs Change-Id: I9b68d6e8ba63313d1129244b6a37afde8eb8f405 --- .../openstack_project/files/zuul/layout.yaml | 31 ++++++++++++++----- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 5d8203696d..b2698643f6 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2859,18 +2859,17 @@ projects: - hook-cliff-rtfd - name: stackforge/climate + template: + - name: python-jobs check: - - gate-climate-pep8 - - gate-climate-python26 - - gate-climate-python27 - gate-climate-requirements - gate-climate-devstack-dsvm gate: - - gate-climate-pep8 - - gate-climate-python26 - - gate-climate-python27 - gate-climate-requirements - - gate-climate-devstack-dsvm + pre-release: + - climate-tarball + release: + - climate-tarball - name: stackforge/climate-nova check: @@ -2883,6 +2882,12 @@ projects: - gate-climate-nova-python26 - gate-climate-nova-python27 - gate-climate-nova-requirements + post: + - climate-nova-branch-tarball + pre-release: + - climate-nova-tarball + release: + - climate-nova-tarball - name: stackforge/cl-openstack-client check: @@ -3837,9 +3842,21 @@ projects: - name: stackforge/python-climateclient check: + - gate-python-climateclient-pep8 + - gate-python-climateclient-python26 + - gate-python-climateclient-python27 - gate-python-climateclient-requirements gate: + - gate-python-climateclient-pep8 + - gate-python-climateclient-python26 + - gate-python-climateclient-python27 - gate-python-climateclient-requirements + post: + - python-climateclient-branch-tarball + pre-release: + - python-climateclient-tarball + release: + - python-climateclient-tarball - name: stackforge/python-designateclient check: