Jenkins Jobify the openstack-qa jobs.

Jenkins jobify the openstack-qa jobs, qa-docs and
gate-openstack-qa-merge.

Change-Id: I21a38d3d30c0707260f33eb4eed30c75b74f66ec
Reviewed-on: https://review.openstack.org/13789
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2012-09-27 14:10:02 -07:00 committed by Jenkins
parent 77daa0f1a9
commit 2073489abb
3 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# This is a non-standard docs job because it uses SCP instead of FTP.
# It also uses a non standard build script.
- job:
name: openstack-qa-docs
node: precise
triggers:
- zuul-post
builders:
- gerrit-git-prep
- shell: |
export HUDSON_PUBLISH_DOCS=1
python setup.py build_sphinx
publishers:
- scp:
site: '173.203.107.207'
files:
- target: 'qa'
source: 'build/sphinx/html/**/*'
keep-hierarchy: true
- console-log-post

View File

@ -426,3 +426,11 @@
jobs:
- python-jobs
- gate-{name}-pyflakes
- project:
name: openstack-qa
github-org: openstack-dev
node: precise
jobs:
- gate-{name}-merge

View File

@ -670,3 +670,12 @@ projects:
post:
- images-api-v20
- name: openstack-dev/openstack-qa
check:
- gate-openstack-qa-merge
gate:
- gate-openstack-qa-merge
post:
- openstack-qa-docs
publish:
- openstack-qa-docs