Update Storyboard jobs

Update Storyboard jobs to:
* reuse python-jobs template for zuul layout config
* mark python33 job as non-voting for now
  (we didn't have it before, there is a good chance it's broken now)
* gate storyboard on docs
* add a job to publish storyboard docs to
  http://ci.openstack.org/storyboard

Note:
python26 is still marked as non-voting. that is correct.
We can mark it as voting only when Django stuff is removed from
Storyboard. There were cases when Django caused python26 jobs to fail.

Change-Id: I4bef8fb68dafa4da393658f2149d781ff481683f
This commit is contained in:
Ruslan Kamaldinov 2014-01-26 20:00:53 +04:00
parent 265bd8fe1d
commit 9d7ec0bba0
2 changed files with 26 additions and 8 deletions

View File

@ -0,0 +1,19 @@
# This is a non-standard docs job because it uses SCP instead of FTP
- job:
name: storyboard-docs
node: precise
builders:
- gerrit-git-prep
- docs:
github-org: openstack-infra
project: storyboard
publishers:
- scp:
site: '173.203.107.207'
files:
- target: 'ci/storyboard'
source: 'doc/build/html/**/*'
keep-hierarchy: true
- console-log

View File

@ -462,6 +462,8 @@ jobs:
voting: false
- name: gate-storyboard-python26
voting: false
- name: gate-storyboard-python33
voting: false
# puppet-openstack targets
- name: gate-puppet-vswitch-puppet-lint
voting: false
@ -2631,18 +2633,15 @@ projects:
- post-mirror-python33
- name: openstack-infra/storyboard
check:
- gate-storyboard-pep8
- gate-storyboard-python26
- gate-storyboard-python27
gate:
- gate-storyboard-pep8
- gate-storyboard-python27
template:
- name: python-jobs
post:
- storyboard-branch-tarball
- storyboard-docs
pre-release:
- storyboard-docs
- storyboard-tarball
release:
- storyboard-docs
- storyboard-tarball:
- storyboard-pypi-upload:
- post-mirror-python26