distcloud/.zuul.yaml
Andreas Jaeger 7e39c779ec Use Zuul templates
Use templates instead of individual jobs so that these
can be changed in one place.

Depends-On: https://review.opendev.org/677606
Change-Id: Ice80a94fe8c5d3634e729c888672ce698049f87a
2019-08-21 12:58:28 +00:00

30 lines
627 B
YAML

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