From 0d62e5e2852713068db76f4979a7543b9135a7c1 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 25 Mar 2016 21:19:54 -0400 Subject: [PATCH] zuul/layout: do not skip puppet jobs for doc/releasenotes Stop skipping Puppet CI jobs, except TripleO jobs, when doing a patch on releasenote and documentation files. The motivation is to avoid complexity and mistakes in regex rules, that can cause serious issues. Change-Id: I26f940c4d3be9b43f4019ce7724c3f9830fdbfe2 --- zuul/layout.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index b24b936b60..cef041fac9 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -2267,8 +2267,8 @@ jobs: branch: ^(?!stable/(icehouse|juno|kilo)).*$ voting: false - # no need to run the jobs for doc / releasenotes patches - - name: ^gate-(puppet-.*-|tripleo-ci-f22).*$ + # no need to run tripleo jobs for doc / releasenotes patches on puppet modules + - name: ^gate-tripleo-ci-f22.* skip-if: - project: ^openstack/puppet-.*$ all-files-match-any: