Fix zuul errors
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>
This commit is contained in:
parent
77c6d3109b
commit
dfada74522
20
.zuul.yaml
20
.zuul.yaml
@ -4,26 +4,26 @@
|
|||||||
- noop-jobs
|
- noop-jobs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
- starlingx-common-tox-linters
|
||||||
- openstack-tox-pylint
|
- starlingx-common-tox-pylint
|
||||||
- tox-unittests
|
- stx-virtual-deployment-tox-unittests
|
||||||
- tox-flake8
|
- stx-virtual-deployment-tox-flake8
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
- starlingx-common-tox-linters
|
||||||
- openstack-tox-pylint
|
- starlingx-common-tox-pylint
|
||||||
- tox-unittests
|
- stx-virtual-deployment-tox-unittests
|
||||||
- tox-flake8
|
- stx-virtual-deployment-tox-flake8
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tox-unittests
|
name: stx-virtual-deployment-tox-unittests
|
||||||
parent: tox
|
parent: tox
|
||||||
description: Run unit tests
|
description: Run unit tests
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: unittests
|
tox_envlist: unittests
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tox-flake8
|
name: stx-virtual-deployment-tox-flake8
|
||||||
parent: tox
|
parent: tox
|
||||||
description: Run pep8/flake8
|
description: Run pep8/flake8
|
||||||
vars:
|
vars:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user