Fix DevStack jobs: mark files as irrelevant.
Irrelevant files where overriden in functional and scenario test case jobs loosing values from the base devstack job. This fixes it. Change-Id: I26dc52bb70cc1747df374978479e3fd4786846a8
This commit is contained in:
parent
4989670e21
commit
923231c8ba
@ -81,11 +81,11 @@
|
||||
post-run: playbooks/post-tobiko-devstack.yaml
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^infrared/.*$
|
||||
- ^releasenotes/.*$
|
||||
- ^report/.*$
|
||||
- ^tobiko/tests/unit/.*$
|
||||
- ^doc/
|
||||
- ^infrared/
|
||||
- ^releasenotes/
|
||||
- ^report/
|
||||
- ^tobiko/tests/unit/
|
||||
|
||||
|
||||
- job:
|
||||
@ -96,7 +96,13 @@
|
||||
vars:
|
||||
tox_envlist: functional
|
||||
irrelevant-files:
|
||||
- ^tobiko/tests/scenario/.*$
|
||||
- ^.*\.rst$
|
||||
- ^doc/
|
||||
- ^infrared/
|
||||
- ^releasenotes/
|
||||
- ^report/
|
||||
- ^tobiko/tests/scenario/
|
||||
- ^tobiko/tests/unit/
|
||||
|
||||
|
||||
- job:
|
||||
@ -139,7 +145,13 @@
|
||||
vars:
|
||||
tox_envlist: scenario
|
||||
irrelevant-files:
|
||||
- ^tobiko/tests/functional/.*$
|
||||
- ^.*\.rst$
|
||||
- ^doc/
|
||||
- ^infrared/
|
||||
- ^releasenotes/
|
||||
- ^report/
|
||||
- ^tobiko/tests/functional/
|
||||
- ^tobiko/tests/unit/
|
||||
|
||||
|
||||
- job:
|
||||
|
Loading…
Reference in New Issue
Block a user