File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 93
93
description : |
94
94
Run tempest live migration tests against local qcow2 ephemeral storage
95
95
and shared LVM/iSCSI cinder volumes.
96
- irrelevant-files : &nova-base-irrelevant-files
96
+ irrelevant-files :
97
97
- ^api-.*$
98
98
- ^(test-|)requirements.txt$
99
99
- ^.*\.rst$
104
104
- ^nova/policies/.*$
105
105
- ^nova/tests/.*$
106
106
- ^nova/test.py$
107
+ - ^nova/virt/ironic/.*$
107
108
- ^releasenotes/.*$
108
109
- ^setup.cfg$
109
110
- ^tools/.*$
136
137
the "iptables_hybrid" securitygroup firewall driver, aka "hybrid plug".
137
138
The external events interactions between Nova and Neutron in these
138
139
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$
140
155
vars :
141
156
tox_envlist : all
142
157
tempest_test_regex : (^tempest\..*compute\..*(migration|resize|reboot).*)
You can’t perform that action at this time.
0 commit comments