summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-11-07 07:47:56 +0000
committerGerrit Code Review <review@openstack.org>2019-11-07 07:47:56 +0000
commitadaf619a031b75dbf5d792772c277b4442cffd4d (patch)
tree347cccdfc43a1edbd2d2a8a9d4d7bb5942b44b6d /.zuul.yaml
parent731bd40d2f8e6b3d68351ff2997ebad6ffac00a4 (diff)
parent3e1680cc71de8d2ed65ebf98493b84b29bd8f85a (diff)
downloadnova-adaf619a031b75dbf5d792772c277b4442cffd4d.tar.gz
Merge "Remove unused 'nova-dsvm-base' job"
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml27
1 files changed, 7 insertions, 20 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 734fec8f6c..4ddc32314f 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -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
@@ -28,20 +29,6 @@
- ^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
description: |
@@ -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-.*$