Fix kolla docs skip

With the rename of the docs jobs to
end with docs-ubuntu-trusty/docs-ubuntu-xenial, the regex that skipped
all jobs except docs suddenly skipped also the docs job.

Adjust regex for job rename so that job is run for doc only changes.

Change-Id: I5c5cf6fc07826d14add051b6839a14b6d8429855
This commit is contained in:
Andreas Jaeger 2016-08-05 12:04:36 +02:00
parent 6076c5dcbf
commit 62107d361e

View File

@ -1503,7 +1503,7 @@ jobs:
- ^doc/.*$
# NOTE(SamYaple): Catch all gates with prefix 'gate-kolla' ending in 'docs'
- name: ^gate-kolla.*(?<!docs)$
- name: ^gate-kolla.*(?<!docs-ubuntu-(trusty|xenial))$
skip-if:
- project: ^openstack/kolla.*$
all-files-match-any: