Use ubuntu-trusty for api-jobs
Convert jobs to use ubuntu-trusty. Change-Id: I937d93ca628b1b3775688de6e93777ce50d30245
This commit is contained in:
parent
52aa7ed268
commit
9139324fde
@ -1,10 +1,11 @@
|
|||||||
- job:
|
- job:
|
||||||
name: openstack-api-ref
|
name: openstack-api-ref
|
||||||
node: bare-trusty
|
node: ubuntu-trusty
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- revoke-sudo
|
|
||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
|
- install-distro-packages
|
||||||
|
- revoke-sudo
|
||||||
- tox:
|
- tox:
|
||||||
envlist: 'publishdocs-api'
|
envlist: 'publishdocs-api'
|
||||||
|
|
||||||
@ -24,11 +25,12 @@
|
|||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-api-ref-publish-lang
|
name: openstack-api-ref-publish-lang
|
||||||
node: bare-trusty
|
node: ubuntu-trusty
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- revoke-sudo
|
|
||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
|
- install-distro-packages
|
||||||
|
- revoke-sudo
|
||||||
- tox:
|
- tox:
|
||||||
envlist: 'publishlang-api'
|
envlist: 'publishlang-api'
|
||||||
|
|
||||||
@ -44,11 +46,12 @@
|
|||||||
- job:
|
- job:
|
||||||
name: gate-build-swagger
|
name: gate-build-swagger
|
||||||
description: Build and publish draft Swagger files from WADL migration.
|
description: Build and publish draft Swagger files from WADL migration.
|
||||||
node: bare-trusty
|
node: ubuntu-trusty
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- revoke-sudo
|
|
||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
|
- install-distro-packages
|
||||||
|
- revoke-sudo
|
||||||
- tox:
|
- tox:
|
||||||
envlist: 'makeswagger'
|
envlist: 'makeswagger'
|
||||||
|
|
||||||
@ -59,11 +62,12 @@
|
|||||||
- job:
|
- job:
|
||||||
name: gate-compute-api-guide
|
name: gate-compute-api-guide
|
||||||
description: Build and draft the Compute API Guide from nova source.
|
description: Build and draft the Compute API Guide from nova source.
|
||||||
node: bare-trusty
|
node: ubuntu-trusty
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- revoke-sudo
|
|
||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
|
- install-distro-packages
|
||||||
|
- revoke-sudo
|
||||||
- tox:
|
- tox:
|
||||||
envlist: 'api-guide'
|
envlist: 'api-guide'
|
||||||
|
|
||||||
@ -74,11 +78,12 @@
|
|||||||
- job:
|
- job:
|
||||||
name: compute-api-guide
|
name: compute-api-guide
|
||||||
description: Build and publish the Compute API Guide from nova source.
|
description: Build and publish the Compute API Guide from nova source.
|
||||||
node: bare-trusty
|
node: ubuntu-trusty
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- revoke-sudo
|
|
||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
|
- install-distro-packages
|
||||||
|
- revoke-sudo
|
||||||
- tox:
|
- tox:
|
||||||
envlist: 'api-guide'
|
envlist: 'api-guide'
|
||||||
|
|
||||||
@ -92,11 +97,12 @@
|
|||||||
- job:
|
- job:
|
||||||
name: python-openstacksdk-docs
|
name: python-openstacksdk-docs
|
||||||
description: Build and publish the Python SDK docs from source.
|
description: Build and publish the Python SDK docs from source.
|
||||||
node: bare-trusty
|
node: ubuntu-trusty
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- revoke-sudo
|
|
||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
|
- install-distro-packages
|
||||||
|
- revoke-sudo
|
||||||
- docs
|
- docs
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user