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:
parent
77daa0f1a9
commit
2073489abb
@ -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
|
@ -426,3 +426,11 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
- gate-{name}-pyflakes
|
||||
|
||||
|
||||
- project:
|
||||
name: openstack-qa
|
||||
github-org: openstack-dev
|
||||
node: precise
|
||||
jobs:
|
||||
- gate-{name}-merge
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user