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
This commit is contained in:
Sergey Lukjanov 2013-12-10 17:41:05 +04:00
parent ac4d4a1f6f
commit ffe8291d5a

View File

@ -625,8 +625,10 @@ projects:
- name: openstack-infra/storyboard - name: openstack-infra/storyboard
check: check:
- gate-storyboard-pep8 - gate-storyboard-pep8
- gate-storyboard-python27
gate: gate:
- gate-storyboard-pep8 - gate-storyboard-pep8
- gate-storyboard-python27
post: post:
- storyboard-branch-tarball - storyboard-branch-tarball
pre-release: pre-release:
@ -637,6 +639,8 @@ projects:
- post-mirror-python26 - post-mirror-python26
- post-mirror-python27 - post-mirror-python27
- post-mirror-python33 - post-mirror-python33
experimental:
- gate-storyboard-python26
- name: openstack-infra/odsreg - name: openstack-infra/odsreg
check: check: