Skip functional tests for .pre-commit-config.yaml update

... because the file is used only by pep8 jobs.

Change-Id: I587e85aaf12b2700f4b496fa6d8c61c443d0cabd
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-11-17 22:54:53 +09:00
parent c151996edf
commit 05ff8d8f2d
+4 -1
View File
@@ -24,13 +24,15 @@
tempest_test_regex: zaqar_tempest_plugin.tests
tox_envlist: all
irrelevant-files:
- ^\.pre-commit-config\.yaml$
- ^(test-|)requirements.txt$
- ^setup.cfg$
- ^.*\.rst$
- ^api-ref/.*$
- ^doc/.*$
- ^zaqar/hacking/.*$
- ^zaqar/tests/.*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tox.ini$
- job:
@@ -71,6 +73,7 @@
description: |
Run Zaqar integration tests using tox with environment ``integration``.
irrelevant-files:
- ^\.pre-commit-config\.yaml$
- ^\.gitreview$
- ^.*\.rst$
- ^api-ref/.*$