gui/.zuul.yaml

36 lines
782 B
YAML

---
- project:
templates:
- build-openstack-docs-pti
check:
jobs:
- build-openstack-releasenotes
- openstack-tox-pep8
- openstack-tox-linters
- stx-gui-pylint
gate:
jobs:
- build-openstack-releasenotes
- openstack-tox-pep8
- openstack-tox-linters
- stx-gui-pylint
post:
jobs:
- publish-stx-tox
- publish-stx-releasenotes
- 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