Skip functional tests on pre-commit config update

This file is used only in code style checks.

Change-Id: Ia1787dc618a12aca23f6302c3d9c7db44676be88
This commit is contained in:
Takashi Kajinami
2024-10-24 10:28:10 +09:00
parent 3b530ac15b
commit b476f0c615
+4
View File
@@ -20,6 +20,7 @@
- ^api-.*$ - ^api-.*$
- ^doc/(source|test)/.*$ - ^doc/(source|test)/.*$
- ^nova/locale/.*$ - ^nova/locale/.*$
- ^\.pre-commit-config\.yaml$
- ^releasenotes/.*$ - ^releasenotes/.*$
vars: vars:
# explicitly stating the work dir makes this job reusable by other # explicitly stating the work dir makes this job reusable by other
@@ -101,6 +102,7 @@
- ^nova/tests/.*$ - ^nova/tests/.*$
- ^nova/test.py$ - ^nova/test.py$
- ^nova/virt/ironic/.*$ - ^nova/virt/ironic/.*$
- ^\.pre-commit-config\.yaml$
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^setup.cfg$ - ^setup.cfg$
- ^tools/.*$ - ^tools/.*$
@@ -158,6 +160,7 @@
- ^nova/policies/.*$ - ^nova/policies/.*$
- ^nova/tests/.*$ - ^nova/tests/.*$
- ^nova/test.py$ - ^nova/test.py$
- ^\.pre-commit-config\.yaml$
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^setup.cfg$ - ^setup.cfg$
- ^tools/.*$ - ^tools/.*$
@@ -747,6 +750,7 @@
- ^nova/locale/.*$ - ^nova/locale/.*$
- ^nova/tests/.*$ - ^nova/tests/.*$
- ^nova/test.py$ - ^nova/test.py$
- ^\.pre-commit-config\.yaml$
- ^releasenotes/.*$ - ^releasenotes/.*$
- ^setup.cfg$ - ^setup.cfg$
- ^tools/.*$ - ^tools/.*$