
Change-Id: I475194b90bb401071fa3ca43d231171982054e63 Signed-off-by: Scott Little <scott.little@windriver.com>
46 lines
914 B
YAML
46 lines
914 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- noop-jobs
|
|
check:
|
|
jobs:
|
|
- stx-virtual-deployment-tox-linters
|
|
- stx-virtual-deployment-tox-pylint
|
|
- tox-unittests
|
|
- tox-flake8
|
|
gate:
|
|
jobs:
|
|
- stx-virtual-deployment-tox-linters
|
|
- stx-virtual-deployment-tox-pylint
|
|
- tox-unittests
|
|
- tox-flake8
|
|
|
|
- job:
|
|
name: stx-virtual-deployment-tox-linters
|
|
parent: openstack-tox-linters
|
|
nodeset: debian-bullseye
|
|
|
|
- job:
|
|
name: stx-virtual-deployment-tox-pylint
|
|
parent: tox
|
|
nodeset: debian-bullseye
|
|
description: |
|
|
Run pylint tests
|
|
vars:
|
|
bindep_profile: pylint
|
|
tox_envlist: pylint
|
|
|
|
- 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
|