
Use common {linters,pylint} jobs from starlingx/zuul-jobs. Add unique prefix to local jobs. Story: 2011326 Task: 51547 Depends-On: https://review.opendev.org/c/starlingx/zuul-jobs/+/939669 Change-Id: Ic087c911fcd161f73784c6bed724631bee7744a0 Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
31 lines
708 B
YAML
31 lines
708 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- noop-jobs
|
|
check:
|
|
jobs:
|
|
- starlingx-common-tox-linters
|
|
- starlingx-common-tox-pylint
|
|
- stx-virtual-deployment-tox-unittests
|
|
- stx-virtual-deployment-tox-flake8
|
|
gate:
|
|
jobs:
|
|
- starlingx-common-tox-linters
|
|
- starlingx-common-tox-pylint
|
|
- stx-virtual-deployment-tox-unittests
|
|
- stx-virtual-deployment-tox-flake8
|
|
|
|
- job:
|
|
name: stx-virtual-deployment-tox-unittests
|
|
parent: tox
|
|
description: Run unit tests
|
|
vars:
|
|
tox_envlist: unittests
|
|
|
|
- job:
|
|
name: stx-virtual-deployment-tox-flake8
|
|
parent: tox
|
|
description: Run pep8/flake8
|
|
vars:
|
|
tox_envlist: flake8
|