Skip functional tests for documentation update
Functional tests are not needed for non-functional update. Also skip functional tests for pre-commit config file change which is not used in functional tests either. Change-Id: Ife552e6796d97ad24bdeaad76512bf42596b980f
This commit is contained in:
parent
8ba81ab505
commit
bcd581c5d0
@ -14,6 +14,12 @@
|
||||
pre-run: playbooks/tests/functional/pre.yml
|
||||
vars:
|
||||
tox_envlist: functional
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- LICENSE
|
||||
- ^releasenotes/.*$
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
|
||||
- job:
|
||||
name: oslo.cache-functional-etcd3gw
|
||||
|
Loading…
x
Reference in New Issue
Block a user