Remove unused 'nova-dsvm-base' job

This has been unused since I4630066731f12c42091ddf9dd3159e0494df88b1,
which converted the 'nova-lvm' job to zuul v3 native format.

Change-Id: If9e2eb3bbda53c71846e8a08ad507d3faa07722d
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2019-10-14 12:14:35 +01:00 committed by Matt Riedemann
parent 63fb66e39a
commit 3e1680cc71
1 changed files with 7 additions and 20 deletions

View File

@ -1,11 +1,12 @@
# See https://docs.openstack.org/infra/manual/drivers.html#naming-with-zuul-v3
# for job naming conventions.
- job:
name: nova-dsvm-base
parent: legacy-dsvm-base
name: nova-dsvm-multinode-base
parent: legacy-dsvm-base-multinode
description: |
The base job definition for nova devstack/tempest jobs.
Contains common configuration.
Base job for multinode nova devstack/tempest jobs.
Will setup firewall rules on all the nodes allowing them to talk to
each other.
timeout: 10800
required-projects:
- openstack/devstack-gate
@ -27,20 +28,6 @@
- ^tools/.*$
- ^tox.ini$
- job:
name: nova-dsvm-multinode-base
parent: legacy-dsvm-base-multinode
description: |
Base job for multinode nova devstack/tempest jobs.
Will setup firewall rules on all the nodes allowing them to talk to
each other.
timeout: 10800
required-projects:
- openstack/devstack-gate
- openstack/nova
- openstack/tempest
irrelevant-files: *dsvm-irrelevant-files
- job:
name: nova-tox-functional
parent: openstack-tox
@ -136,8 +123,8 @@
description: |
Run tempest compute API tests using LVM image backend. This only runs
against nova/virt/libvirt/* changes.
# Copy irrelevant-files from nova-dsvm-base and then exclude anything
# that is not in nova/virt/libvirt/* or nova/privsep/*.
# Copy irrelevant-files from nova-dsvm-multinode-base and then exclude
# anything that is not in nova/virt/libvirt/* or nova/privsep/*.
irrelevant-files:
- ^(?!.zuul.yaml)(?!nova/virt/libvirt/)(?!nova/privsep/).*$
- ^api-.*$