From f7432bb456fb09429d4711297c8e1627755c54c8 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 15 Jul 2016 12:07:56 +0100 Subject: [PATCH] Always run linters for OpenStack-Ansible jobs Currently any changes in the docs/releasenotes folders do not get lint checked. While this is generally fine, the sphinx configuration should be lint checked. This patch ensures that the 'linters' check runs against any documentation/releasenotes changes to ensure that this is covered. Change-Id: I012756f08d52b9757b36912a66154dd42ae0afbe --- zuul/layout.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index cc2b7871db..a27d44799c 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -2771,9 +2771,9 @@ jobs: - name: periodic-tempest-dsvm-neutron-identity-v3-only-full-master tags: periodic-qa - # skip all openstack-ansible jobs except the releasenotes/docs - # jobs for rst/doc/releasenotes files - - name: ^gate-openstack-ansible(?!.*(-docs|-releasenotes)).*$ + # skip all openstack-ansible jobs except the releasenotes/docs/linters + # jobs for rst/doc/releasenotes related files + - name: ^gate-openstack-ansible(?!.*(-docs|-releasenotes|-linters)).*$ skip-if: - project: ^openstack/openstack-ansible(?!-specs).*$ all-files-match-any: