Skip to content

Commit 929cd32

Browse files
committed
Don't run tempest/devstack jobs on nova/test.py only changes
We already skip running the devstack/tempest integration jobs for changes which only touch nova/tests/* but not the nova/test.py module itself, so this adds that filter. Change-Id: I8984e5b68ccb7d327b7ce16c50f19e46e769699a
1 parent a991980 commit 929cd32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.zuul.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- ^nova/hacking/.*$
2121
- ^nova/locale/.*$
2222
- ^nova/tests/.*$
23+
- ^nova/test.py$
2324
- ^releasenotes/.*$
2425
- ^setup.cfg$
2526
- ^tests-py3.txt$
@@ -116,6 +117,7 @@
116117
- ^nova/hacking/.*$
117118
- ^nova/locale/.*$
118119
- ^nova/tests/(?!live_migration/).*$
120+
- ^nova/test.py$
119121
- ^releasenotes/.*$
120122
- ^setup.cfg$
121123
- ^tests-py3.txt$
@@ -143,6 +145,7 @@
143145
- ^nova/hacking/.*$
144146
- ^nova/locale/.*$
145147
- ^nova/tests/.*$
148+
- ^nova/test.py$
146149
- ^releasenotes/.*$
147150
- ^setup.cfg$
148151
- ^tests-py3.txt$

0 commit comments

Comments
 (0)