Migrate tempest-dsvm-cells job to an in-tree job definition
This defines the nova-cells-v1 job, based the tempest-dsvm-cells job from openstack-zuul-jobs. The branch override parts of the job definition are removed since the job will be defined per-branch now (we'll also have to backport this to stable/queens). There will be related changes to project-config, devstack, tempest and openstack-zuul-jobs on this topic branch to use the new job name. Part of blueprint remove-nova-network Change-Id: I25c87f27c69e0cdb74e8553305a09cb85f43d87e
This commit is contained in:
parent
5eb1ece537
commit
20869d499b
@ -70,6 +70,12 @@
|
||||
run: playbooks/legacy/nova-caching-scheduler/run.yaml
|
||||
post-run: playbooks/legacy/nova-caching-scheduler/post.yaml
|
||||
|
||||
- job:
|
||||
name: nova-cells-v1
|
||||
parent: nova-dsvm-base
|
||||
run: playbooks/legacy/nova-cells-v1/run.yaml
|
||||
post-run: playbooks/legacy/nova-cells-v1/post.yaml
|
||||
|
||||
- job:
|
||||
name: nova-lvm
|
||||
parent: nova-dsvm-base
|
||||
@ -114,12 +120,14 @@
|
||||
# Please try to keep the list of job names sorted alphabetically.
|
||||
check:
|
||||
jobs:
|
||||
- nova-cells-v1
|
||||
- nova-multiattach
|
||||
- nova-next
|
||||
- nova-tox-functional
|
||||
- nova-tox-functional-py35
|
||||
gate:
|
||||
jobs:
|
||||
- nova-cells-v1
|
||||
- nova-multiattach
|
||||
- nova-tox-functional
|
||||
- nova-tox-functional-py35
|
||||
|
Loading…
x
Reference in New Issue
Block a user