09f63f7cc9
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>
22 lines
373 B
YAML
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
|