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:
Jean-Philippe Evrard
2017-08-15 06:41:16 +00:00
parent b1e969204c
commit 0fea86867a

View File

@@ -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/.*