Don't run functional gates on doc-only changes

Change-Id: Id09009215e7d7d60f3fe071da7f767fd37c5d497
This commit is contained in:
Brian Rosmaita 2019-09-04 11:45:24 -04:00
parent bd11e29057
commit 4bf052084e
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,10 @@
NOSE_WITH_HTML_OUTPUT: 1
NOSE_HTML_OUT_FILE: nose_results.html
NOSE_WITH_XUNIT: 1
irrelevant-files: &documentation-files
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- job:
name: cinderlib-ceph-functional
@ -79,3 +83,4 @@
NOSE_WITH_HTML_OUTPUT: 1
NOSE_HTML_OUT_FILE: nose_results.html
NOSE_WITH_XUNIT: 1
irrelevant-files: *documentation-files