Do not trigger functional tests for .ansible-lint

... because the file does not affect any functionality.

Change-Id: I3c2385c3d33b234e74f4dc8473c90c99258705d7
This commit is contained in:
Takashi Kajinami 2022-07-25 22:54:10 +09:00
parent 2f5112cd57
commit 96ddfad3fd
4 changed files with 7 additions and 0 deletions

View File

@ -67,6 +67,7 @@
- .*molecule.*
- ^.*\.md$
- ^.*\.rst$
- ^.ansible-lint$
- ^lower-constraints.txt$
- ^test-requirements.txt$
- ^Puppetfile.*$
@ -209,6 +210,7 @@
irrelevant-files: &branchful_ignored
- ^.*\.md$
- ^.*\.rst$
- ^.ansible-lint$
- ^doc/.*$
- ^docs/.*$
- ^etc/.*$

View File

@ -49,6 +49,7 @@
- .*molecule.*
- ^.*\.md$
- ^.*\.rst$
- ^.ansible-lint$
- ^Puppetfile.*$
- ^doc/.*$
- ^etc/.*$

View File

@ -15,6 +15,7 @@
- .*molecule.*
- ^.*\.md$
- ^.*\.rst$
- ^.ansible-lint$
- ^doc/.*$
- ^docs/.*$
- ^etc/.*$

View File

@ -13,6 +13,7 @@
- .*molecule.*
- ^.*\.md$
- ^.*\.rst$
- ^.ansible-lint$
- ^doc/.*$
- ^docs/.*$
- ^etc/.*$
@ -52,6 +53,7 @@
- .*molecule.*
- ^.*\.md$
- ^.*\.rst$
- ^.ansible-lint$
- ^doc/.*$
- ^docs/.*$
- ^etc/.*$
@ -134,6 +136,7 @@
- .*molecule.*
- ^.*\.md$
- ^.*\.rst$
- ^.ansible-lint$
- ^Puppetfile.*$
- ^doc/.*$
- ^etc/.*$