Fix openstack-infra/config jenkins jobs.
Change-Id: Id2c4f20784e2b473435d679980919183262da4d3 Reviewed-on: https://review.openstack.org/18200 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: James E. Blair <corvus@inaugust.com>
This commit is contained in:
parent
b432663cd9
commit
539b26343e
@ -1,5 +1,5 @@
|
|||||||
- job:
|
- job:
|
||||||
name: gate-openstack-infra-config-syntax
|
name: gate-config-syntax
|
||||||
node: precise
|
node: precise
|
||||||
|
|
||||||
triggers:
|
triggers:
|
||||||
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: gate-openstack-infra-config-lint
|
name: gate-config-lint
|
||||||
node: precise
|
node: precise
|
||||||
|
|
||||||
triggers:
|
triggers:
|
||||||
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-infra-config-compare-xml
|
name: config-compare-xml
|
||||||
node: precise
|
node: precise
|
||||||
|
|
||||||
triggers:
|
triggers:
|
||||||
|
@ -72,7 +72,7 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
failure-message: XML output has changed.
|
failure-message: XML output has changed.
|
||||||
success-message: XML output is unchanged.
|
success-message: XML output is unchanged.
|
||||||
- name: openstack-infra-config-compare-xml
|
- name: config-compare-xml
|
||||||
voting: false
|
voting: false
|
||||||
failure-message: Jenkins XML output has changed.
|
failure-message: Jenkins XML output has changed.
|
||||||
success-message: Jenkins XML output is unchanged.
|
success-message: Jenkins XML output is unchanged.
|
||||||
@ -211,14 +211,14 @@ projects:
|
|||||||
|
|
||||||
- name: openstack-infra/config
|
- name: openstack-infra/config
|
||||||
check:
|
check:
|
||||||
- gate-openstack-infra-config-merge:
|
- gate-config-merge:
|
||||||
- gate-openstack-infra-config-syntax
|
- gate-config-syntax
|
||||||
- gate-openstack-infra-config-lint
|
- gate-config-lint
|
||||||
- openstack-infra-config-compare-xml
|
- config-compare-xml
|
||||||
gate:
|
gate:
|
||||||
- gate-openstack-infra-config-merge:
|
- gate-config-merge:
|
||||||
- gate-openstack-infra-config-syntax
|
- gate-config-syntax
|
||||||
- gate-openstack-infra-config-lint
|
- gate-config-lint
|
||||||
post:
|
post:
|
||||||
- ci-docs
|
- ci-docs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user