Merge "Update Storyboard jobs"

This commit is contained in:
Jenkins 2014-01-30 01:14:25 +00:00 committed by Gerrit Code Review
commit dcee3ce25e
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