Skip to content

Commit c7b865c

Browse files
committed
nova-live-migration tests not needed for Ironic
Ironic does not support live migration, so we will skip these tests if the only changed files are in Ironic virt driver to ensur we don't waste resources or time trying to run unneeded tests. Change-Id: Ieb5ac3bb93af6a950acff4d76d0276096a6a24dd
1 parent 69bc4c3 commit c7b865c

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.zuul.yaml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
description: |
9090
Run tempest live migration tests against local qcow2 ephemeral storage
9191
and shared LVM/iSCSI cinder volumes.
92-
irrelevant-files: &nova-base-irrelevant-files
92+
irrelevant-files:
9393
- ^api-.*$
9494
- ^(test-|)requirements.txt$
9595
- ^.*\.rst$
@@ -100,6 +100,7 @@
100100
- ^nova/policies/.*$
101101
- ^nova/tests/.*$
102102
- ^nova/test.py$
103+
- ^nova/virt/ironic/.*$
103104
- ^releasenotes/.*$
104105
- ^setup.cfg$
105106
- ^tools/.*$
@@ -128,7 +129,21 @@
128129
the "iptables_hybrid" securitygroup firewall driver, aka "hybrid plug".
129130
The external events interactions between Nova and Neutron in these
130131
situations has historically been fragile. This job exercises them.
131-
irrelevant-files: *nova-base-irrelevant-files
132+
irrelevant-files: &nova-base-irrelevant-files
133+
- ^api-.*$
134+
- ^(test-|)requirements.txt$
135+
- ^.*\.rst$
136+
- ^.git.*$
137+
- ^doc/.*$
138+
- ^nova/hacking/.*$
139+
- ^nova/locale/.*$
140+
- ^nova/policies/.*$
141+
- ^nova/tests/.*$
142+
- ^nova/test.py$
143+
- ^releasenotes/.*$
144+
- ^setup.cfg$
145+
- ^tools/.*$
146+
- ^tox.ini$
132147
vars:
133148
tox_envlist: all
134149
tempest_test_regex: (^tempest\..*compute\..*(migration|resize|reboot).*)

0 commit comments

Comments
 (0)