virtual-deployment/.zuul.yaml

31 lines
542 B
YAML

---
- project:
templates:
- noop-jobs
check:
jobs:
- openstack-tox-linters
- openstack-tox-pylint
- tox-unittests
- tox-flake8
gate:
jobs:
- openstack-tox-linters
- openstack-tox-pylint
- tox-unittests
- tox-flake8
- job:
name: tox-unittests
parent: tox
description: Run unit tests
vars:
tox_envlist: unittests
- job:
name: tox-flake8
parent: tox
description: Run pep8/flake8
vars:
tox_envlist: flake8