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:
|
||||
name: gate-openstack-infra-config-syntax
|
||||
name: gate-config-syntax
|
||||
node: precise
|
||||
|
||||
triggers:
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
- job:
|
||||
name: gate-openstack-infra-config-lint
|
||||
name: gate-config-lint
|
||||
node: precise
|
||||
|
||||
triggers:
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
|
||||
- job:
|
||||
name: openstack-infra-config-compare-xml
|
||||
name: config-compare-xml
|
||||
node: precise
|
||||
|
||||
triggers:
|
||||
|
@ -72,7 +72,7 @@ jobs:
|
||||
voting: false
|
||||
failure-message: XML output has changed.
|
||||
success-message: XML output is unchanged.
|
||||
- name: openstack-infra-config-compare-xml
|
||||
- name: config-compare-xml
|
||||
voting: false
|
||||
failure-message: Jenkins XML output has changed.
|
||||
success-message: Jenkins XML output is unchanged.
|
||||
@ -211,14 +211,14 @@ projects:
|
||||
|
||||
- name: openstack-infra/config
|
||||
check:
|
||||
- gate-openstack-infra-config-merge:
|
||||
- gate-openstack-infra-config-syntax
|
||||
- gate-openstack-infra-config-lint
|
||||
- openstack-infra-config-compare-xml
|
||||
- gate-config-merge:
|
||||
- gate-config-syntax
|
||||
- gate-config-lint
|
||||
- config-compare-xml
|
||||
gate:
|
||||
- gate-openstack-infra-config-merge:
|
||||
- gate-openstack-infra-config-syntax
|
||||
- gate-openstack-infra-config-lint
|
||||
- gate-config-merge:
|
||||
- gate-config-syntax
|
||||
- gate-config-lint
|
||||
post:
|
||||
- ci-docs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user