Skip to content

Commit be752b8

Browse files
committed
zuul: Reintroduce nova-dsvm-multinode-base
This was incorrectly removed by Ib342e2d3c395830b4667a60de7e492d3b9de2f0a while still being used by the nova-grenade-multinode job. This was missed as the check queue appears to default to silently skipping jobs where it can't find the parent instead of failing. Change-Id: I3ece71ab75a28a0ba662c56fb140525e8ce4aa6c
1 parent 321d290 commit be752b8

File tree

1 file changed

+29
-15
lines changed

1 file changed

+29
-15
lines changed

.zuul.yaml

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# See https://docs.openstack.org/infra/manual/drivers.html#naming-with-zuul-v3
22
# for job naming conventions.
33

4+
- job:
5+
name: nova-dsvm-multinode-base
6+
parent: legacy-dsvm-base-multinode
7+
description: |
8+
Base job for multinode nova devstack/tempest jobs.
9+
Will setup firewall rules on all the nodes allowing them to talk to
10+
each other.
11+
timeout: 10800
12+
required-projects:
13+
- openstack/devstack-gate
14+
- openstack/nova
15+
- openstack/tempest
16+
irrelevant-files: &dsvm-irrelevant-files
17+
- ^api-.*$
18+
- ^(test-|)requirements.txt$
19+
- ^.*\.rst$
20+
- ^.git.*$
21+
- ^doc/.*$
22+
- ^nova/hacking/.*$
23+
- ^nova/locale/.*$
24+
- ^nova/policies/.*$
25+
- ^nova/tests/.*$
26+
- ^nova/test.py$
27+
- ^releasenotes/.*$
28+
- ^setup.cfg$
29+
- ^tools/.*$
30+
- ^tox.ini$
31+
432
- job:
533
name: nova-tox-functional-py38
634
parent: openstack-tox-functional-py38
@@ -34,21 +62,7 @@
3462
description: |
3563
Run tempest live migration tests against local qcow2 ephemeral storage
3664
and shared LVM/iSCSI cinder volumes.
37-
irrelevant-files: &dsvm-irrelevant-files
38-
- ^api-.*$
39-
- ^(test-|)requirements.txt$
40-
- ^.*\.rst$
41-
- ^.git.*$
42-
- ^doc/.*$
43-
- ^nova/hacking/.*$
44-
- ^nova/locale/.*$
45-
- ^nova/policies/.*$
46-
- ^nova/tests/.*$
47-
- ^nova/test.py$
48-
- ^releasenotes/.*$
49-
- ^setup.cfg$
50-
- ^tools/.*$
51-
- ^tox.ini$
65+
irrelevant-files: *dsvm-irrelevant-files
5266
vars:
5367
tox_envlist: all
5468
tempest_test_regex: (^tempest\.api\.compute\.admin\.(test_live_migration|test_migration))

0 commit comments

Comments
 (0)