From ffe8291d5a96a9d4849de4e5bc836646981a629f Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Tue, 10 Dec 2013 17:41:05 +0400 Subject: [PATCH] Improve storyboard gate jobs * add py27 job that'll run django-powered unit tests; * add py26 job to experimental pipeline to track py26 support that is now broken by OrderedDict usage. Change-Id: Ibfe8aa2ce575942b3a9cac8e74bf3572b60172ac --- modules/openstack_project/files/zuul/layout.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index a066a7c6a9..28ddbb3d6c 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -625,8 +625,10 @@ projects: - name: openstack-infra/storyboard check: - gate-storyboard-pep8 + - gate-storyboard-python27 gate: - gate-storyboard-pep8 + - gate-storyboard-python27 post: - storyboard-branch-tarball pre-release: @@ -637,6 +639,8 @@ projects: - post-mirror-python26 - post-mirror-python27 - post-mirror-python33 + experimental: + - gate-storyboard-python26 - name: openstack-infra/odsreg check: