OpenStack-Ansible .txt files should not be skipped
.txt are not only for documentation purposes, they are used for requirements/bindep. In fact, all the .txt of OpenStack-Ansible are only those kind of files in our master branch. We should therefore exercise all the .txt with a build, instead of considering txt files as docs. Change-Id: Idc2daf6ba8e667b6ed0c28443e0eb900257f4284
This commit is contained in:
@@ -3218,7 +3218,7 @@ jobs:
|
||||
- project: ^openstack/openstack-ansible(?!-specs).*$
|
||||
all-files-match-any:
|
||||
- ^\.git.*
|
||||
- ^.*\.(example|md|rst|txt)$
|
||||
- ^.*\.(example|md|rst)$
|
||||
- ^deploy-guide/.*
|
||||
- ^doc/.*
|
||||
- ^releasenotes/.*
|
||||
|
||||
Reference in New Issue
Block a user