2014-02-14 19:43:19 +01:00
|
|
|
- job-template:
|
|
|
|
name: '{name}-tox-doc-{envlist}'
|
2012-10-31 10:39:25 -05:00
|
|
|
|
2014-02-14 19:43:19 +01:00
|
|
|
wrappers:
|
2014-05-27 14:51:16 -07:00
|
|
|
- build-timeout:
|
2014-02-14 19:43:19 +01:00
|
|
|
timeout: 40
|
|
|
|
- timestamps
|
2012-10-31 10:39:25 -05:00
|
|
|
|
2014-02-14 19:43:19 +01:00
|
|
|
builders:
|
2014-03-21 12:00:06 -07:00
|
|
|
- revoke-sudo
|
2014-02-14 19:43:19 +01:00
|
|
|
- gerrit-git-prep
|
|
|
|
- tox:
|
|
|
|
envlist: '{envlist}'
|
2012-10-31 10:39:25 -05:00
|
|
|
|
|
|
|
publishers:
|
2013-07-09 10:53:27 -07:00
|
|
|
- console-log
|
2014-02-14 19:43:19 +01:00
|
|
|
- upload-to-docs-site
|
|
|
|
- upload-doc-build-results
|
|
|
|
|
|
|
|
node: '{node}'
|
|
|
|
|
2012-10-31 10:39:25 -05:00
|
|
|
- job:
|
2012-11-02 15:13:51 +00:00
|
|
|
name: openstack-api-ref
|
2014-06-19 12:46:08 -07:00
|
|
|
node: 'bare-precise || bare-trusty'
|
2012-10-31 10:39:25 -05:00
|
|
|
|
2014-02-14 19:43:19 +01:00
|
|
|
builders:
|
2014-03-21 12:00:06 -07:00
|
|
|
- revoke-sudo
|
2012-10-31 10:39:25 -05:00
|
|
|
- gerrit-git-prep
|
2014-02-14 19:43:19 +01:00
|
|
|
- tox:
|
|
|
|
envlist: 'publishdocs-api'
|
2012-10-31 10:39:25 -05:00
|
|
|
|
|
|
|
publishers:
|
2013-07-09 10:53:27 -07:00
|
|
|
- console-log
|
2014-02-14 19:43:19 +01:00
|
|
|
- upload-doc-build-results
|
2014-02-22 19:49:36 +01:00
|
|
|
- ftp:
|
2014-05-08 19:52:19 +00:00
|
|
|
site: developer.openstack.org
|
2014-02-22 19:49:36 +01:00
|
|
|
source: 'publish-docs/api-ref/**'
|
|
|
|
target: '/'
|
|
|
|
remove-prefix: 'publish-docs/api-ref/'
|
2012-11-02 15:13:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
# in zuul/layout.yaml specified to only run against master branch.
|
|
|
|
# this copies static files from www
|
|
|
|
- job:
|
|
|
|
name: openstack-api-site
|
2014-06-19 12:46:08 -07:00
|
|
|
node: 'bare-precise || bare-trusty'
|
2012-11-02 15:13:51 +00:00
|
|
|
|
|
|
|
builders:
|
2014-03-21 12:00:06 -07:00
|
|
|
- revoke-sudo
|
2012-11-02 15:13:51 +00:00
|
|
|
- gerrit-git-prep
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- ftp:
|
2014-05-08 19:52:19 +00:00
|
|
|
site: developer.openstack.org
|
2012-11-02 15:13:51 +00:00
|
|
|
source: 'www/**'
|
|
|
|
target: ''
|
|
|
|
remove-prefix: 'www/'
|
|
|
|
excludes: ''
|
2013-07-09 10:53:27 -07:00
|
|
|
- console-log
|