Skip to content

Commit f25cebf

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "nova-live-migration tests not needed for Ironic" into stable/xena
2 parents c2c53f0 + 997d3a4 commit f25cebf

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
@@ -93,7 +93,7 @@
9393
description: |
9494
Run tempest live migration tests against local qcow2 ephemeral storage
9595
and shared LVM/iSCSI cinder volumes.
96-
irrelevant-files: &nova-base-irrelevant-files
96+
irrelevant-files:
9797
- ^api-.*$
9898
- ^(test-|)requirements.txt$
9999
- ^.*\.rst$
@@ -104,6 +104,7 @@
104104
- ^nova/policies/.*$
105105
- ^nova/tests/.*$
106106
- ^nova/test.py$
107+
- ^nova/virt/ironic/.*$
107108
- ^releasenotes/.*$
108109
- ^setup.cfg$
109110
- ^tools/.*$
@@ -136,7 +137,21 @@
136137
the "iptables_hybrid" securitygroup firewall driver, aka "hybrid plug".
137138
The external events interactions between Nova and Neutron in these
138139
situations has historically been fragile. This job exercises them.
139-
irrelevant-files: *nova-base-irrelevant-files
140+
irrelevant-files: &nova-base-irrelevant-files
141+
- ^api-.*$
142+
- ^(test-|)requirements.txt$
143+
- ^.*\.rst$
144+
- ^.git.*$
145+
- ^doc/.*$
146+
- ^nova/hacking/.*$
147+
- ^nova/locale/.*$
148+
- ^nova/policies/.*$
149+
- ^nova/tests/.*$
150+
- ^nova/test.py$
151+
- ^releasenotes/.*$
152+
- ^setup.cfg$
153+
- ^tools/.*$
154+
- ^tox.ini$
140155
vars:
141156
tox_envlist: all
142157
tempest_test_regex: (^tempest\..*compute\..*(migration|resize|reboot).*)

0 commit comments

Comments
 (0)