5f12937053
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
50 lines
1.2 KiB
YAML
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
|