Update jenkins job names that test project-config
There were some jenkins jobs that test project-config that needed their names updated. This patch renames jobs that started with config or gate-config to project-config or gate-project-config. Change-Id: I107b7830a9b5c7d0bb526742a5f35bf662faccd2
This commit is contained in:
parent
20c2f79757
commit
cc8ca00f8c
@ -1,5 +1,5 @@
|
||||
- job:
|
||||
name: config-compare-xml
|
||||
name: project-config-compare-xml
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
builders:
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
- job:
|
||||
name: gate-config-irc-access
|
||||
name: gate-project-config-irc-access
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
builders:
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
- job:
|
||||
name: gate-config-layout
|
||||
name: gate-project-config-layout
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
builders:
|
||||
@ -81,7 +81,7 @@
|
||||
|
||||
|
||||
- job:
|
||||
name: gate-config-projects-yaml
|
||||
name: gate-project-config-projects-yaml
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
||||
builders:
|
||||
|
@ -586,7 +586,7 @@ jobs:
|
||||
voting: false
|
||||
failure-message: XML output has changed.
|
||||
success-message: XML output is unchanged.
|
||||
- name: config-compare-xml
|
||||
- name: project-config-compare-xml
|
||||
voting: false
|
||||
failure-message: Jenkins XML output has changed.
|
||||
success-message: Jenkins XML output is unchanged.
|
||||
@ -594,7 +594,7 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-jenkins-job-builder-python33
|
||||
voting: false
|
||||
- name: gate-config-irc-access
|
||||
- name: gate-project-config-irc-access
|
||||
files:
|
||||
- 'accessbot/channels.yaml'
|
||||
- name: check-tripleo-ironic-overcloud-precise-ha
|
||||
@ -3022,7 +3022,6 @@ projects:
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- config-compare-xml
|
||||
- gate-config-pep8
|
||||
- gate-config-bashate
|
||||
- gate-config-puppet-syntax
|
||||
@ -3299,17 +3298,17 @@ projects:
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- config-compare-xml
|
||||
- gate-config-layout
|
||||
- project-config-compare-xml
|
||||
- gate-project-config-layout
|
||||
- gate-project-config-pep8
|
||||
- gate-project-config-bashate
|
||||
- gate-config-irc-access
|
||||
- gate-config-projects-yaml
|
||||
- gate-project-config-irc-access
|
||||
- gate-project-config-projects-yaml
|
||||
gate:
|
||||
- gate-config-layout
|
||||
- gate-project-config-layout
|
||||
- gate-project-config-pep8
|
||||
- gate-config-irc-access
|
||||
- gate-config-projects-yaml
|
||||
- gate-project-config-irc-access
|
||||
- gate-project-config-projects-yaml
|
||||
|
||||
- name: openstack-infra/publications
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user