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
This commit is contained in:
Emilien Macchi
2017-02-01 10:20:04 -05:00
parent 3acca562e5
commit d9c38df91f

View File

@@ -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)).*$