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:
+4
-1
@@ -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/.*$
|
||||
|
||||
Reference in New Issue
Block a user