Some API docs and manuals gate jobs renaming

This is a first step to reorganize docs' jobs, by renaming and then templatizing them.
This patch only changes some of the openstack manuals' gate jobs to a format like
 'gate-openstack-manuals-{job_name}' and the api gate ones to 'gate-{name}-api-v{version}'

Change-Id: I4082641985ce3574c3d740eb188f68a4f6702314
Reviewed-on: https://review.openstack.org/29037
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
ladquin 2013-05-14 00:14:17 -03:00 committed by Jenkins
parent f01788dcd5
commit 51bca77223
3 changed files with 24 additions and 24 deletions

View File

@ -127,7 +127,7 @@
- console-log-post
- job:
name: image-api-v20
name: image-api-v2.0
project-type: maven
concurrent: true
node: precise && !jclouds
@ -170,7 +170,7 @@
# this replaces the old openstack-netconn-api-doc job
- job:
name: network-api-v10
name: network-api-v1.0
project-type: maven
concurrent: false
node: precise && !jclouds
@ -199,7 +199,7 @@
excludes: '**/*.xml,**/null*'
- job:
name: netconn-api-v20
name: netconn-api-v2.0
project-type: maven
node: precise && !jclouds
@ -227,7 +227,7 @@
excludes: '**/*.xml,**/null*'
- job:
name: openstack-object-api-doc
name: object-api-v1.0
project-type: maven
concurrent: false
node: precise && !jclouds
@ -256,7 +256,7 @@
excludes: '**/*.xml,**/null*'
- job:
name: openstack-compute-api-doc
name: compute-api-v2.0
project-type: maven
concurrent: false
node: precise && !jclouds
@ -285,7 +285,7 @@
excludes: '**/*.xml,**/null*'
- job:
name: openstack-compute-api-v20-wadl
name: compute-api-v2.0-wadl
concurrent: false
node: precise
@ -306,7 +306,7 @@
- console-log-post
- job:
name: openstack-block-api-doc
name: block-api-v2.0
project-type: maven
concurrent: false
node: precise && !jclouds
@ -336,7 +336,7 @@
# this replaces the old openstack-identity-api-doc job
- job:
name: identity-api-v20
name: identity-api-v2.0
project-type: maven
concurrent: false
node: precise && !jclouds
@ -366,7 +366,7 @@
# this replaces the old openstack-image-api-doc job
- job:
name: image-api-v11
name: image-api-v1.1
project-type: maven
concurrent: false
node: precise && !jclouds

View File

@ -1,5 +1,5 @@
- job:
name: gate-openstack-cli-guide
name: gate-openstack-manuals-cli-guide
project-type: maven
node: precise && !jclouds
@ -28,7 +28,7 @@
copy-after-failure: true
- job:
name: gate-openstack-operations-guide
name: gate-openstack-manuals-operations-guide
project-type: maven
node: precise && !jclouds

View File

@ -1241,12 +1241,12 @@ projects:
- name: openstack/openstack-manuals
check:
- gate-openstack-cli-guide
- gate-openstack-operations-guide
- gate-openstack-manuals-cli-guide
- gate-openstack-manuals-operations-guide
- gate-openstack-manuals-validate
gate:
- gate-openstack-cli-guide
- gate-openstack-operations-guide
- gate-openstack-manuals-cli-guide
- gate-openstack-manuals-operations-guide
- gate-openstack-manuals-validate
post:
- openstack-admin-manual-compute
@ -1281,8 +1281,8 @@ projects:
gate:
- gate-noop
post:
- openstack-compute-api-doc
- openstack-compute-api-v20-wadl
- compute-api-v2.0
- compute-api-v2.0-wadl
- name: openstack/identity-api
check:
@ -1290,7 +1290,7 @@ projects:
gate:
- gate-noop
post:
- identity-api-v20
- identity-api-v2.0
- name: openstack/image-api
check:
@ -1298,8 +1298,8 @@ projects:
gate:
- gate-noop
post:
- image-api-v11
- image-api-v20
- image-api-v1.1
- image-api-v2.0
- name: openstack/netconn-api
check:
@ -1307,8 +1307,8 @@ projects:
gate:
- gate-noop
post:
- network-api-v10
- netconn-api-v20
- network-api-v1.0
- netconn-api-v2.0
- name: openstack/object-api
check:
@ -1316,7 +1316,7 @@ projects:
gate:
- gate-noop
post:
- openstack-object-api-doc
- object-api-v1.0
- name: openstack/volume-api
check:
@ -1324,7 +1324,7 @@ projects:
gate:
- gate-noop
post:
- openstack-block-api-doc
- block-api-v2.0
- name: openstack/openstack-chef
check: