gui/.zuul.yaml

31 lines
644 B
YAML

---
- project:
templates:
- publish-stx-docs
- stx-release-notes-jobs
check:
jobs:
- openstack-tox-pep8
- openstack-tox-linters
- stx-gui-pylint
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-linters
- stx-gui-pylint
- job:
name: stx-gui-pylint
parent: openstack-tox-pylint
description: Run pylint for stx-gui
vars:
tox_envlist: pylint
required-projects:
- starlingx/config
- starlingx/distcloud-client
- starlingx/fault
- starlingx/update
- starlingx/nfv
- starlingx/ha
- starlingx/integ