Rename zuul v3 job

Rename job to follow naming conventions for a shared global namespace:
https://docs.openstack.org/infra/manual/drivers.html#consistent-naming-for-jobs-with-zuul-v3

Also, remove name from project stanza, it's not needed for in-tree zuul
files anymore.

Keep old name to allow renaming, a followup will remove it.

Needed-By: I2dd2075e41680d7b85d574575a19531599dabf5e
Change-Id: Id2aed659c1fcb7333b7efa4dc0a019d21bdcd51a
This commit is contained in:
Andreas Jaeger 2018-01-21 20:23:07 +01:00
parent 38b870575f
commit b7ebc503f4
1 changed files with 8 additions and 4 deletions

View File

@ -1,17 +1,16 @@
- project:
name: openstack/python-troveclient
templates:
- openstackclient-plugin-jobs
check:
jobs:
- tempest-neutron-src-python-troveclient
- python-troveclient-tempest-neutron-src
gate:
queue: trove
jobs:
- tempest-neutron-src-python-troveclient
- python-troveclient-tempest-neutron-src
- job:
name: tempest-neutron-src-python-troveclient
name: python-troveclient-tempest-neutron-src
parent: legacy-dsvm-base
run: playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/run.yaml
post-run: playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient/post.yaml
@ -26,3 +25,8 @@
- openstack/trove-dashboard
- openstack/tempest
- openstack/trove-tempest-plugin
# Needed for renaming, will be removed
- job:
name: tempest-neutron-src-python-troveclient
parent: python-troveclient-tempest-neutron-src