From d9c38df91f022cdaaba7eba8c0cb14625a68ce7d Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 1 Feb 2017 10:20:04 -0500 Subject: [PATCH] tripleo: disable puppet lint/syntax on THT TripleO Heat Templates doesn't have Puppet code since we moved it to puppet-tripleo with composable services, so we don't need to run these jobs anymore. Change-Id: I8abcf6a321b9f14c5ed115727de5b25efb0bc280 --- zuul/layout.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 85420300c8..f486c99ed5 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -1610,6 +1610,10 @@ jobs: - ^.*\.rst$ - ^doc/.*$ + # With composable services, we don't have Puppet code in THT anymore. + - name: ^gate-tripleo-heat-templates-puppet-(lint|syntax-.*)$ + branch: ^stable/mitaka$ + # tripleo multinode and undercloud jobs were introduced during Newton cycle. - name: ^gate-tripleo-ci-.*(multinode|undercloud).*$ branch: ^(?!stable/(liberty|mitaka)).*$