summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml19
1 files changed, 17 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 79c4043e38..8fdee8cd5a 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -89,7 +89,7 @@
description: |
Run tempest live migration tests against local qcow2 ephemeral storage
and shared LVM/iSCSI cinder volumes.
- irrelevant-files: &nova-base-irrelevant-files
+ irrelevant-files:
- ^api-.*$
- ^(test-|)requirements.txt$
- ^.*\.rst$
@@ -100,6 +100,7 @@
- ^nova/policies/.*$
- ^nova/tests/.*$
- ^nova/test.py$
+ - ^nova/virt/ironic/.*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tools/.*$
@@ -128,7 +129,21 @@
the "iptables_hybrid" securitygroup firewall driver, aka "hybrid plug".
The external events interactions between Nova and Neutron in these
situations has historically been fragile. This job exercises them.
- irrelevant-files: *nova-base-irrelevant-files
+ irrelevant-files: &nova-base-irrelevant-files
+ - ^api-.*$
+ - ^(test-|)requirements.txt$
+ - ^.*\.rst$
+ - ^.git.*$
+ - ^doc/.*$
+ - ^nova/hacking/.*$
+ - ^nova/locale/.*$
+ - ^nova/policies/.*$
+ - ^nova/tests/.*$
+ - ^nova/test.py$
+ - ^releasenotes/.*$
+ - ^setup.cfg$
+ - ^tools/.*$
+ - ^tox.ini$
vars:
tox_envlist: all
tempest_test_regex: (^tempest\..*compute\..*(migration|resize|reboot).*)