Need to run only doc related jobs on doc change

Change-Id: I8201e3f89cf62a76e88521901b5b808f33bf3699
This commit is contained in:
Eyal 2019-09-09 16:44:54 +03:00
parent fdfb65a8ff
commit 24f50dab2f
1 changed files with 11 additions and 0 deletions

View File

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