releases/.zuul.yaml
Doug Hellmann 5f12937053 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I64903004528db07d5695f3b95a5420876ff2166a
Story: #2002586
Task: #24330
2018-08-30 14:46:31 -04:00

50 lines
1.2 KiB
YAML

- job:
name: releases-tox-list-changes
parent: openstack-tox
timeout: 3600
vars:
tox_envlist: list-changes
irrelevant-files:
- ^doc/.*$
- project:
templates:
- openstack-python35-jobs
check:
jobs:
- openstack-tox-validate:
timeout: 3600
irrelevant-files:
- ^doc/.*$
- releases-tox-list-changes
- build-openstack-sphinx-docs:
vars:
sphinx_python: python3
- openstack-tox-py35:
irrelevant-files:
- ^deliverables/.*$
- ^doc/.*$
- openstack-tox-pep8:
irrelevant-files:
- ^deliverables/.*$
- ^doc/.*$
gate:
jobs:
- openstack-tox-validate:
timeout: 3600
irrelevant-files:
- ^doc/.*$
- build-openstack-sphinx-docs:
vars:
sphinx_python: python3
- openstack-tox-py35:
irrelevant-files:
- ^deliverables/.*$
- ^doc/.*$
release-post:
jobs:
- tag-releases
- publish-static:
dependencies:
- tag-releases