Make the kolla-kubernetes relate jobs non-voting
Jobs in kolla-kubernates become vote by mistake in patch set Id8e43d7e36f0ecf691fb1abe802823ca6ab84091. This patch fix the that by adding '-nv' in the suffix of the jobs. Change-Id: Ided6ddce2bacc9101130b26ea1432b3e38b6ee9c
This commit is contained in:
parent
f6f7ee1a2d
commit
b14937df81
@ -1,5 +1,5 @@
|
||||
- job-template:
|
||||
name: '{pipeline}-kolla-kubernetes-{action}-{distro}-{type}'
|
||||
name: '{pipeline}-kolla-kubernetes-{action}-{distro}-{type}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
|
@ -3816,24 +3816,22 @@
|
||||
- pypi-jobs
|
||||
- openstack-publish-jobs
|
||||
- openstack-releasenotes-jobs
|
||||
- '{pipeline}-kolla-kubernetes-{action}-{distro}-{type}':
|
||||
- '{pipeline}-kolla-kubernetes-{action}-{distro}-{type}{job-suffix}':
|
||||
action: deploy
|
||||
distro: centos
|
||||
node: 'centos-7'
|
||||
pipeline: gate
|
||||
type: binary
|
||||
- '{pipeline}-kolla-kubernetes-{action}-{distro}-{type}':
|
||||
action: deploy
|
||||
distro: centos
|
||||
node: 'centos-7'
|
||||
pipeline: gate
|
||||
type: source
|
||||
- '{pipeline}-kolla-kubernetes-{action}-{distro}-{type}':
|
||||
type:
|
||||
- binary
|
||||
- source
|
||||
job-suffix: '-nv'
|
||||
- '{pipeline}-kolla-kubernetes-{action}-{distro}-{type}{job-suffix}':
|
||||
action: deploy
|
||||
distro: ubuntu
|
||||
node: ubuntu-trusty
|
||||
pipeline: gate
|
||||
type: source
|
||||
job-suffix: '-nv'
|
||||
|
||||
- project:
|
||||
name: kosmos
|
||||
|
@ -8266,9 +8266,9 @@ projects:
|
||||
- name: publish-to-pypi
|
||||
- name: release-notes-jobs
|
||||
check:
|
||||
- gate-kolla-kubernetes-deploy-centos-binary
|
||||
- gate-kolla-kubernetes-deploy-centos-source
|
||||
- gate-kolla-kubernetes-deploy-ubuntu-source
|
||||
- gate-kolla-kubernetes-deploy-centos-binary-nv
|
||||
- gate-kolla-kubernetes-deploy-centos-source-nv
|
||||
- gate-kolla-kubernetes-deploy-ubuntu-source-nv
|
||||
|
||||
- name: openstack/kosmos
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user