Merge "Remove unused 'nova-dsvm-base' job"

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