update/.zuul.yaml
OpenDev Sysadmins 227e1c5754 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:52:36 +00:00

52 lines
1.2 KiB
YAML

---
- project:
templates:
- build-openstack-docs-pti
check:
jobs:
- build-openstack-api-ref
- build-openstack-releasenotes
- flock-devstack-update
- openstack-tox-linters
- openstack-tox-pep8
- openstack-tox-py27
- openstack-tox-py37
- stx-updates-pylint
gate:
jobs:
- build-openstack-api-ref
- build-openstack-releasenotes
- flock-devstack-update
- openstack-tox-linters
- openstack-tox-pep8
- openstack-tox-py27
- openstack-tox-py37
post:
jobs:
- publish-stx-api-ref
- publish-stx-tox
- publish-stx-releasenotes
- job:
name: stx-updates-pylint
parent: openstack-tox-pylint
required-projects:
- starlingx/config
- starlingx/fault
- starlingx/integ
- job:
name: flock-devstack-update
parent: flock-devstack-base-min
required-projects:
- starlingx/integ
vars:
tox_envlist: functional
devstack_services:
# StarlingX services
sw-patch: true
tsconfig: true
devstack_plugins:
stx-integ: https://git.starlingx.io/stx-integ
stx-update: https://git.starlingx.io/stx-update