distcloud/.zuul.yaml
Don Penney 657df7be76 Update files for relocated repo
Change-Id: I92e73dda13d1135a1ecc60007c8c1447bb01ad7a
Story: 2006166
Task: 37337
Signed-off-by: Don Penney <don.penney@windriver.com>
2019-11-04 14:36:51 -05:00

43 lines
952 B
YAML

---
- project:
templates:
- publish-stx-docs
- stx-api-ref-jobs
- stx-release-notes-jobs
check:
jobs:
- openstack-tox-linters
- stx-distcloud-tox-pep8
- stx-distcloud-tox-py27
gate:
jobs:
- openstack-tox-linters
- stx-distcloud-tox-pep8
- stx-distcloud-tox-py27
- 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