9139324fde
Convert jobs to use ubuntu-trusty. Change-Id: I937d93ca628b1b3775688de6e93777ce50d30245
116 lines
2.6 KiB
YAML
116 lines
2.6 KiB
YAML
- job:
|
|
name: openstack-api-ref
|
|
node: ubuntu-trusty
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- revoke-sudo
|
|
- tox:
|
|
envlist: 'publishdocs-api'
|
|
|
|
publishers:
|
|
- console-log
|
|
- upload-doc-build-results
|
|
- ftp:
|
|
site: developer.openstack.org
|
|
source: 'publish-docs/api-ref/**'
|
|
target: '/'
|
|
remove-prefix: 'publish-docs/api-ref/'
|
|
- ftp:
|
|
site: developer.openstack.org
|
|
source: 'swagger/**'
|
|
target: 'draft/swagger/'
|
|
remove-prefix: 'swagger/'
|
|
|
|
- job:
|
|
name: openstack-api-ref-publish-lang
|
|
node: ubuntu-trusty
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- revoke-sudo
|
|
- tox:
|
|
envlist: 'publishlang-api'
|
|
|
|
publishers:
|
|
- console-log
|
|
- upload-doc-build-results
|
|
- ftp:
|
|
site: developer.openstack.org
|
|
source: 'publish-docs/api-ref/**'
|
|
target: '/'
|
|
remove-prefix: 'publish-docs/api-ref/'
|
|
|
|
- job:
|
|
name: gate-build-swagger
|
|
description: Build and publish draft Swagger files from WADL migration.
|
|
node: ubuntu-trusty
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- revoke-sudo
|
|
- tox:
|
|
envlist: 'makeswagger'
|
|
|
|
publishers:
|
|
- console-log
|
|
- upload-swagger-draft
|
|
|
|
- job:
|
|
name: gate-compute-api-guide
|
|
description: Build and draft the Compute API Guide from nova source.
|
|
node: ubuntu-trusty
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- revoke-sudo
|
|
- tox:
|
|
envlist: 'api-guide'
|
|
|
|
publishers:
|
|
- console-log
|
|
- upload-api-guide-draft
|
|
|
|
- job:
|
|
name: compute-api-guide
|
|
description: Build and publish the Compute API Guide from nova source.
|
|
node: ubuntu-trusty
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- revoke-sudo
|
|
- tox:
|
|
envlist: 'api-guide'
|
|
|
|
publishers:
|
|
- ftp:
|
|
site: developer.openstack.org
|
|
source: 'api-guide/build/html/**'
|
|
target: 'api-guide/compute'
|
|
remove-prefix: 'api-guide/build/html/'
|
|
|
|
- job:
|
|
name: python-openstacksdk-docs
|
|
description: Build and publish the Python SDK docs from source.
|
|
node: ubuntu-trusty
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- revoke-sudo
|
|
- docs
|
|
|
|
publishers:
|
|
- ftp:
|
|
site: developer.openstack.org
|
|
source: 'doc/build/html/**'
|
|
target: 'sdks/python/openstacksdk'
|
|
remove-prefix: 'doc/build/html/'
|
|
excludes: ''
|
|
- console-log
|