Don't run functional test jobs for requirements changes

There is no need to run multinode or OVB jobs for changes on these
files, let's save some resources.

Change-Id: Ifb85d41324ac997e30535f04e291244d6d02ecc6
This commit is contained in:
Emilien Macchi 2017-11-29 09:52:59 -08:00
parent 3ac0fa0b5d
commit 2fefd1678b
2 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@
- ^etc/.*$
- ^metadata.json$
- ^releasenotes/.*$
- ^requirements.txt$
- ^test-requirements.txt$
- ^spec/.*$
- ^Puppetfile.*$

View File

@ -136,6 +136,7 @@
- ^etc/.*$
- ^metadata.json$
- ^releasenotes/.*$
- ^requirements.txt$
- ^test-requirements.txt$
- ^spec/.*$
- ^Puppetfile.*$