Files
distcloud/.zuul.yaml
Don Penney 9531b76af1 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>
2019-11-04 13:57:02 -05:00

49 lines
1.1 KiB
YAML

---
- project:
templates:
- publish-stx-docs
- stx-api-ref-jobs
- stx-release-notes-jobs
check:
jobs:
- openstack-tox-linters:
voting: false
- stx-distcloud-tox-pep8:
voting: false
- stx-distcloud-tox-py27:
voting: false
gate:
jobs:
- openstack-tox-linters:
voting: false
- stx-distcloud-tox-pep8:
voting: false
- stx-distcloud-tox-py27:
voting: false
- job:
name: stx-distcloud-tox-py27
parent: tox
description: Run py27 for distcloud
required-projects:
- starlingx/fault
- starlingx/nfv
- starlingx/update
- starlingx/config
vars:
tox_envlist: py27
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