Merge "Add gate job for CI docs"
This commit is contained in:
commit
04b8304609
@ -330,3 +330,14 @@
|
|||||||
source: '**/*subunit_log.txt.gz'
|
source: '**/*subunit_log.txt.gz'
|
||||||
keep-hierarchy: false
|
keep-hierarchy: false
|
||||||
copy-after-failure: true
|
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/**/*'
|
source: 'doc/build/html/**/*'
|
||||||
keep-hierarchy: true
|
keep-hierarchy: true
|
||||||
- console-log
|
- 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:
|
publishers:
|
||||||
- console-log
|
- console-log
|
||||||
- scp:
|
- upload-sphinx-draft
|
||||||
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
|
|
||||||
|
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
|
@ -319,6 +319,7 @@ projects:
|
|||||||
- gate-config-puppet-lint
|
- gate-config-puppet-lint
|
||||||
- gate-config-puppet-syntax
|
- gate-config-puppet-syntax
|
||||||
- gate-config-pyflakes
|
- gate-config-pyflakes
|
||||||
|
- gate-ci-docs
|
||||||
gate:
|
gate:
|
||||||
- gate-config-layout
|
- gate-config-layout
|
||||||
- gate-config-puppet-lint
|
- gate-config-puppet-lint
|
||||||
|
Loading…
Reference in New Issue
Block a user