utilities/.zuul.yaml
Al Bailey 09f63f7cc9 Adding pylint target to utilities for zuul validation.
This target cannot be included as part of openstack-tox-linters
because the required-projects for pylint are config and fault.

No code changes are submitted as part of this review.
The suppressed errors can be un-suppressed as the code
gets cleaned up in later reviews.

Change-Id: Ica70f77e6cab8cea8647950428701146faf38c2d
Story: 2004515
Task: 36667
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2019-09-19 13:44:36 -05:00

22 lines
373 B
YAML

---
- project:
check:
jobs:
- openstack-tox-linters
- stx-tox-pylint
gate:
jobs:
- openstack-tox-linters
- stx-tox-pylint
- job:
name: stx-tox-pylint
parent: tox
description: |
Run pylint tests
required-projects:
- starlingx/fault
- starlingx/config
vars:
tox_envlist: pylint