Merge "Add gate job for CI docs"
This commit is contained in:
commit
04b8304609
@ -330,3 +330,14 @@
|
||||
source: '**/*subunit_log.txt.gz'
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: true
|
||||
|
||||
- publisher:
|
||||
name: upload-sphinx-draft
|
||||
publishers:
|
||||
- scp:
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'docs-draft/$BASE_LOG_PATH/$JOB_NAME/$BUILD_NUMBER/'
|
||||
source: 'doc/build/html/**'
|
||||
keep-hierarchy: true
|
||||
copy-after-failure: true
|
||||
|
@ -41,3 +41,18 @@
|
||||
source: 'doc/build/html/**/*'
|
||||
keep-hierarchy: true
|
||||
- console-log
|
||||
|
||||
|
||||
- job:
|
||||
name: gate-ci-docs
|
||||
node: precise
|
||||
|
||||
builders:
|
||||
- gerrit-git-prep
|
||||
- docs:
|
||||
github-org: openstack-infra
|
||||
project: config
|
||||
|
||||
publishers:
|
||||
- console-log
|
||||
- upload-sphinx-draft
|
||||
|
@ -111,13 +111,7 @@
|
||||
|
||||
publishers:
|
||||
- console-log
|
||||
- scp:
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'docs-draft/$BASE_LOG_PATH/$JOB_NAME/$BUILD_NUMBER/'
|
||||
source: 'doc/build/html/**'
|
||||
keep-hierarchy: true
|
||||
copy-after-failure: true
|
||||
- upload-sphinx-draft
|
||||
|
||||
node: '{node}'
|
||||
|
||||
|
@ -319,6 +319,7 @@ projects:
|
||||
- gate-config-puppet-lint
|
||||
- gate-config-puppet-syntax
|
||||
- gate-config-pyflakes
|
||||
- gate-ci-docs
|
||||
gate:
|
||||
- gate-config-layout
|
||||
- gate-config-puppet-lint
|
||||
|
Loading…
Reference in New Issue
Block a user