Update .zuul.yaml

to set irrelevant file to reduce functional test cost for
just docs changes.

Change-Id: If2b9c5e95e1b6251cb99612d4468c710d9312f80
This commit is contained in:
Kota Tsuyuzaki 2019-03-27 14:21:15 +09:00
parent 4eea44a9a5
commit 6932870a4f
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@
- release-notes-jobs-python3 - release-notes-jobs-python3
check: check:
jobs: jobs:
- storlets-functional - storlets-functional:
irrelevant-files:
- ^(api-ref|doc|releasenotes)/.*$
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$
gate: gate:
jobs: jobs:
- storlets-functional - storlets-functional