From 0fea86867a19a032c406ab8309751d2eb8051523 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 15 Aug 2017 06:41:16 +0000 Subject: [PATCH] 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 --- zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index d6c4788422..1643dde441 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -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/.*