metal/.zuul.yaml
Al Bailey e68db45a2e Add pylint checks for python files in metal
Created a pylint.rc file for running pylint
Added a pylint task to zuul

Targets the following python files:
 - redfish docker code
 - hwmond_notify
Other python components in metal are not being included
because they are being removed in later commits.

Story: 2004515
Task: 37956
Change-Id: I782672c366e56d1f1597d40f5754444b2fa76b9e
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2020-01-03 13:27:00 -06:00

57 lines
1.4 KiB
YAML

---
- project:
templates:
- stx-api-ref-jobs
- publish-stx-docs
- stx-release-notes-jobs
check:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
- openstack-tox-pylint
gate:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
- openstack-tox-pylint
- job:
name: flock-devstack-metal
parent: flock-devstack-base-min
required-projects:
- openstack/barbican
- openstack/python-barbicanclient
- starlingx/fault
- starlingx/integ
- starlingx/nfv
- starlingx/update
- starlingx/utilities
vars:
tox_envlist: functional
devstack_services:
# StarlingX services
fm-common: true
# fm-api: true
# mtce: true
mtce-compute: true
mtce-control: true
mtce-storage: true
inventory-api: true
inventory-conductor: true
inventory-agent: true
inventory-client: true
fsmon: true
hbs: true
hwmon: true
mtcalarm: true
mtclog: true
pmon: true
rmon: true
devstack_plugins:
barbican: https://opendev.org/openstack/barbican
fault: https:://opendev.org/starlingx/fault
integ: https://opendev.org/starlingx/integ
metal: https:://opendev.org/starlingx/metal
# nfv: https:://opendev.org/starlingx/nfv
update: https:://opendev.org/starlingx/update