Move content to subdir to support relocated packaging
Change-Id: Id4f645de23b9f0aec1914edbaef11cdb6e6dc0af Story: 2006166 Task: 37337 Depends-On: https://review.opendev.org/692861 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
7fb781c7b5
commit
9531b76af1
33
.zuul.yaml
33
.zuul.yaml
@ -6,14 +6,20 @@
|
|||||||
- stx-release-notes-jobs
|
- stx-release-notes-jobs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters:
|
||||||
- openstack-tox-pep8
|
voting: false
|
||||||
- stx-distcloud-tox-py27
|
- stx-distcloud-tox-pep8:
|
||||||
|
voting: false
|
||||||
|
- stx-distcloud-tox-py27:
|
||||||
|
voting: false
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters:
|
||||||
- openstack-tox-pep8
|
voting: false
|
||||||
- stx-distcloud-tox-py27
|
- stx-distcloud-tox-pep8:
|
||||||
|
voting: false
|
||||||
|
- stx-distcloud-tox-py27:
|
||||||
|
voting: false
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: stx-distcloud-tox-py27
|
name: stx-distcloud-tox-py27
|
||||||
@ -26,4 +32,17 @@
|
|||||||
- starlingx/config
|
- starlingx/config
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py27
|
tox_envlist: py27
|
||||||
tox_extra_args: -c tox.ini
|
tox_extra_args: -c distributedcloud/tox.ini
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: stx-distcloud-tox-pep8
|
||||||
|
parent: tox
|
||||||
|
description: Run pep8 for distcloud
|
||||||
|
required-projects:
|
||||||
|
- starlingx/fault
|
||||||
|
- starlingx/nfv
|
||||||
|
- starlingx/update
|
||||||
|
- starlingx/config
|
||||||
|
vars:
|
||||||
|
tox_envlist: pep8
|
||||||
|
tox_extra_args: -c distributedcloud/tox.ini
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user