
This commit reintroduces the zuul jobs for running puppet-lint in the new stx-puppet repo after the restructuring work was completed. Change-Id: I729135c04135ad66fcd1f24a52b9491fda35e1d2 Story: 2004515 Task: 36777 Signed-off-by: Don Penney <don.penney@windriver.com>
17 lines
290 B
YAML
17 lines
290 B
YAML
---
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- stx-puppet-linters
|
|
gate:
|
|
jobs:
|
|
- stx-puppet-linters
|
|
|
|
- job:
|
|
name: stx-puppet-linters
|
|
parent: openstack-tox-linters
|
|
description: |
|
|
Run linters for stx-puppet
|
|
pre-run: playbooks/tox-puppet-lint/pre.yaml
|
|
|