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:
Don Penney 2019-11-04 13:00:30 -05:00
parent 7fb781c7b5
commit 9531b76af1
447 changed files with 317 additions and 228 deletions

View File

@ -6,14 +6,20 @@
- stx-release-notes-jobs
check:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
- stx-distcloud-tox-py27
- openstack-tox-linters:
voting: false
- stx-distcloud-tox-pep8:
voting: false
- stx-distcloud-tox-py27:
voting: false
gate:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
- stx-distcloud-tox-py27
- openstack-tox-linters:
voting: false
- stx-distcloud-tox-pep8:
voting: false
- stx-distcloud-tox-py27:
voting: false
- job:
name: stx-distcloud-tox-py27
@ -26,4 +32,17 @@
- starlingx/config
vars:
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