Update zuul configuration

Rename jobs to follow the defined named in
https://docs.openstack.org/infra/manual/drivers.html#naming-with-zuul-v3

We have a global name space and in-repo jobs should start with the repo
name.

Remove "voting: false" from experimental jobs, those are never voting, so
this is not needed.

Remove name from project stanza, this is not needed anymore.

Change-Id: I2fd70b654b9f8149f128568e544ecbf0e9e05551
This commit is contained in:
Andreas Jaeger 2018-01-21 19:10:49 +01:00
parent 42e707c4fd
commit c9de29b5e5
1 changed files with 8 additions and 13 deletions

View File

@ -1,18 +1,13 @@
- project:
name: openstack/collectd-ceilometer-plugin
experimental:
jobs:
- dsvm-collectd-ceilometer-plugin-src:
voting: false
- dsvm-collectd-ceilometer-plugin-bin:
voting: false
- dsvm-collectd-ceilometer-plugin-src-centos-7:
voting: false
- dsvm-collectd-ceilometer-plugin-bin-centos-7:
voting: false
- collectd-ceilometer-plugin-src
- collectd-ceilometer-plugin-bin
- collectd-ceilometer-plugin-src-centos-7
- collectd-ceilometer-plugin-bin-centos-7
- job:
name: dsvm-collectd-ceilometer-plugin-bin
name: collectd-ceilometer-plugin-bin
parent: legacy-dsvm-base
run: playbooks/legacy/dsvm-collectd-ceilometer-plugin-bin/run.yaml
post-run: playbooks/legacy/dsvm-collectd-ceilometer-plugin-bin/post.yaml
@ -24,7 +19,7 @@
- openstack/collectd-ceilometer-plugin
- job:
name: dsvm-collectd-ceilometer-plugin-bin-centos-7
name: collectd-ceilometer-plugin-bin-centos-7
parent: legacy-dsvm-base
run: playbooks/legacy/dsvm-collectd-ceilometer-plugin-bin-centos-7/run.yaml
post-run: playbooks/legacy/dsvm-collectd-ceilometer-plugin-bin-centos-7/post.yaml
@ -37,7 +32,7 @@
- openstack/collectd-ceilometer-plugin
- job:
name: dsvm-collectd-ceilometer-plugin-src
name: collectd-ceilometer-plugin-src
parent: legacy-dsvm-base
run: playbooks/legacy/dsvm-collectd-ceilometer-plugin-src/run.yaml
post-run: playbooks/legacy/dsvm-collectd-ceilometer-plugin-src/post.yaml
@ -49,7 +44,7 @@
- openstack/collectd-ceilometer-plugin
- job:
name: dsvm-collectd-ceilometer-plugin-src-centos-7
name: collectd-ceilometer-plugin-src-centos-7
parent: legacy-dsvm-base
run: playbooks/legacy/dsvm-collectd-ceilometer-plugin-src-centos-7/run.yaml
post-run: playbooks/legacy/dsvm-collectd-ceilometer-plugin-src-centos-7/post.yaml