Merge "Skip functional tests on pre-commit config update"

This commit is contained in:
Zuul
2024-11-12 16:35:48 +00:00
committed by Gerrit Code Review

View File

@@ -20,6 +20,7 @@
- ^api-.*$
- ^doc/(source|test)/.*$
- ^nova/locale/.*$
- ^\.pre-commit-config\.yaml$
- ^releasenotes/.*$
vars:
# explicitly stating the work dir makes this job reusable by other
@@ -101,6 +102,7 @@
- ^nova/tests/.*$
- ^nova/test.py$
- ^nova/virt/ironic/.*$
- ^\.pre-commit-config\.yaml$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tools/.*$
@@ -158,6 +160,7 @@
- ^nova/policies/.*$
- ^nova/tests/.*$
- ^nova/test.py$
- ^\.pre-commit-config\.yaml$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tools/.*$
@@ -747,6 +750,7 @@
- ^nova/locale/.*$
- ^nova/tests/.*$
- ^nova/test.py$
- ^\.pre-commit-config\.yaml$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tools/.*$