Merge "Need to run only doc related jobs on doc change"

This commit is contained in:
Zuul 2019-09-10 07:12:49 +00:00 committed by Gerrit Code Review
commit 9ddf185030
1 changed files with 11 additions and 0 deletions

View File

@ -66,6 +66,10 @@
parent: openstack-tox parent: openstack-tox
vars: vars:
tox_envlist: unit-mysql tox_envlist: unit-mysql
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
timeout: 3600 timeout: 3600
required-projects: required-projects:
- openstack/mistral-lib - openstack/mistral-lib
@ -76,6 +80,10 @@
vars: vars:
tox_envlist: unit-postgresql tox_envlist: unit-postgresql
tox_environment: {CI_PROJECT: "{{ zuul['project']['name'] }}"} tox_environment: {CI_PROJECT: "{{ zuul['project']['name'] }}"}
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
timeout: 3600 timeout: 3600
required-projects: required-projects:
- openstack/mistral-lib - openstack/mistral-lib
@ -93,6 +101,9 @@
voting: false voting: false
irrelevant-files: irrelevant-files:
- ^.zuul.yaml$ - ^.zuul.yaml$
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
required-projects: required-projects:
- openstack/mistral-lib - openstack/mistral-lib
- openstack-tox-py36: - openstack-tox-py36: