Move zuul jobs in-repo

This moves the openstack-tox-py35 and openstack-tox-pep8 zuul jobs to be
defined in-repo.

Also, no need to run mnay of these jobs on patches that are only changing
documentation.

Change-Id: Ic211dabcc903dde8848c4f9be9ed9a3f8806c23a
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2018-07-20 16:08:15 -05:00
parent 31f87e1ba3
commit 1a06e3de79
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 18 additions and 1 deletions

View File

@ -4,24 +4,41 @@
timeout: 3600
vars:
tox_envlist: list-changes
irrelevant-files:
- ^doc/.*$
- project:
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