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:
parent
f01788dcd5
commit
51bca77223
@ -127,7 +127,7 @@
|
|||||||
- console-log-post
|
- console-log-post
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: image-api-v20
|
name: image-api-v2.0
|
||||||
project-type: maven
|
project-type: maven
|
||||||
concurrent: true
|
concurrent: true
|
||||||
node: precise && !jclouds
|
node: precise && !jclouds
|
||||||
@ -170,7 +170,7 @@
|
|||||||
|
|
||||||
# this replaces the old openstack-netconn-api-doc job
|
# this replaces the old openstack-netconn-api-doc job
|
||||||
- job:
|
- job:
|
||||||
name: network-api-v10
|
name: network-api-v1.0
|
||||||
project-type: maven
|
project-type: maven
|
||||||
concurrent: false
|
concurrent: false
|
||||||
node: precise && !jclouds
|
node: precise && !jclouds
|
||||||
@ -199,7 +199,7 @@
|
|||||||
excludes: '**/*.xml,**/null*'
|
excludes: '**/*.xml,**/null*'
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: netconn-api-v20
|
name: netconn-api-v2.0
|
||||||
project-type: maven
|
project-type: maven
|
||||||
node: precise && !jclouds
|
node: precise && !jclouds
|
||||||
|
|
||||||
@ -227,7 +227,7 @@
|
|||||||
excludes: '**/*.xml,**/null*'
|
excludes: '**/*.xml,**/null*'
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-object-api-doc
|
name: object-api-v1.0
|
||||||
project-type: maven
|
project-type: maven
|
||||||
concurrent: false
|
concurrent: false
|
||||||
node: precise && !jclouds
|
node: precise && !jclouds
|
||||||
@ -256,7 +256,7 @@
|
|||||||
excludes: '**/*.xml,**/null*'
|
excludes: '**/*.xml,**/null*'
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-compute-api-doc
|
name: compute-api-v2.0
|
||||||
project-type: maven
|
project-type: maven
|
||||||
concurrent: false
|
concurrent: false
|
||||||
node: precise && !jclouds
|
node: precise && !jclouds
|
||||||
@ -285,7 +285,7 @@
|
|||||||
excludes: '**/*.xml,**/null*'
|
excludes: '**/*.xml,**/null*'
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-compute-api-v20-wadl
|
name: compute-api-v2.0-wadl
|
||||||
concurrent: false
|
concurrent: false
|
||||||
node: precise
|
node: precise
|
||||||
|
|
||||||
@ -306,7 +306,7 @@
|
|||||||
- console-log-post
|
- console-log-post
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-block-api-doc
|
name: block-api-v2.0
|
||||||
project-type: maven
|
project-type: maven
|
||||||
concurrent: false
|
concurrent: false
|
||||||
node: precise && !jclouds
|
node: precise && !jclouds
|
||||||
@ -336,7 +336,7 @@
|
|||||||
|
|
||||||
# this replaces the old openstack-identity-api-doc job
|
# this replaces the old openstack-identity-api-doc job
|
||||||
- job:
|
- job:
|
||||||
name: identity-api-v20
|
name: identity-api-v2.0
|
||||||
project-type: maven
|
project-type: maven
|
||||||
concurrent: false
|
concurrent: false
|
||||||
node: precise && !jclouds
|
node: precise && !jclouds
|
||||||
@ -366,7 +366,7 @@
|
|||||||
|
|
||||||
# this replaces the old openstack-image-api-doc job
|
# this replaces the old openstack-image-api-doc job
|
||||||
- job:
|
- job:
|
||||||
name: image-api-v11
|
name: image-api-v1.1
|
||||||
project-type: maven
|
project-type: maven
|
||||||
concurrent: false
|
concurrent: false
|
||||||
node: precise && !jclouds
|
node: precise && !jclouds
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
- job:
|
- job:
|
||||||
name: gate-openstack-cli-guide
|
name: gate-openstack-manuals-cli-guide
|
||||||
project-type: maven
|
project-type: maven
|
||||||
node: precise && !jclouds
|
node: precise && !jclouds
|
||||||
|
|
||||||
@ -28,7 +28,7 @@
|
|||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: gate-openstack-operations-guide
|
name: gate-openstack-manuals-operations-guide
|
||||||
project-type: maven
|
project-type: maven
|
||||||
node: precise && !jclouds
|
node: precise && !jclouds
|
||||||
|
|
||||||
|
@ -1241,12 +1241,12 @@ projects:
|
|||||||
|
|
||||||
- name: openstack/openstack-manuals
|
- name: openstack/openstack-manuals
|
||||||
check:
|
check:
|
||||||
- gate-openstack-cli-guide
|
- gate-openstack-manuals-cli-guide
|
||||||
- gate-openstack-operations-guide
|
- gate-openstack-manuals-operations-guide
|
||||||
- gate-openstack-manuals-validate
|
- gate-openstack-manuals-validate
|
||||||
gate:
|
gate:
|
||||||
- gate-openstack-cli-guide
|
- gate-openstack-manuals-cli-guide
|
||||||
- gate-openstack-operations-guide
|
- gate-openstack-manuals-operations-guide
|
||||||
- gate-openstack-manuals-validate
|
- gate-openstack-manuals-validate
|
||||||
post:
|
post:
|
||||||
- openstack-admin-manual-compute
|
- openstack-admin-manual-compute
|
||||||
@ -1281,8 +1281,8 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
post:
|
post:
|
||||||
- openstack-compute-api-doc
|
- compute-api-v2.0
|
||||||
- openstack-compute-api-v20-wadl
|
- compute-api-v2.0-wadl
|
||||||
|
|
||||||
- name: openstack/identity-api
|
- name: openstack/identity-api
|
||||||
check:
|
check:
|
||||||
@ -1290,7 +1290,7 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
post:
|
post:
|
||||||
- identity-api-v20
|
- identity-api-v2.0
|
||||||
|
|
||||||
- name: openstack/image-api
|
- name: openstack/image-api
|
||||||
check:
|
check:
|
||||||
@ -1298,8 +1298,8 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
post:
|
post:
|
||||||
- image-api-v11
|
- image-api-v1.1
|
||||||
- image-api-v20
|
- image-api-v2.0
|
||||||
|
|
||||||
- name: openstack/netconn-api
|
- name: openstack/netconn-api
|
||||||
check:
|
check:
|
||||||
@ -1307,8 +1307,8 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
post:
|
post:
|
||||||
- network-api-v10
|
- network-api-v1.0
|
||||||
- netconn-api-v20
|
- netconn-api-v2.0
|
||||||
|
|
||||||
- name: openstack/object-api
|
- name: openstack/object-api
|
||||||
check:
|
check:
|
||||||
@ -1316,7 +1316,7 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
post:
|
post:
|
||||||
- openstack-object-api-doc
|
- object-api-v1.0
|
||||||
|
|
||||||
- name: openstack/volume-api
|
- name: openstack/volume-api
|
||||||
check:
|
check:
|
||||||
@ -1324,7 +1324,7 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
post:
|
post:
|
||||||
- openstack-block-api-doc
|
- block-api-v2.0
|
||||||
|
|
||||||
- name: openstack/openstack-chef
|
- name: openstack/openstack-chef
|
||||||
check:
|
check:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user