CI: Ignore more file paths when considering ansible runs

Exempt files like tox.ini or unit tests from triggering ansible
runs.

Change-Id: I9c6c1d55e8df6aae782a804432374b2747fbd18e
This commit is contained in:
Radosław Piliszek 2019-11-11 16:51:46 +01:00
parent 9c614564c6
commit 8ec064953d

View File

@ -16,6 +16,12 @@
- ^deploy-guide/.*$ - ^deploy-guide/.*$
- ^test-requirements.txt$ - ^test-requirements.txt$
- ^etc/kolla/globals.yml$ - ^etc/kolla/globals.yml$
- ^tox.ini$
- ^\..+
- ^LICENSE$
- ^contrib/
- ^specs/
- ^kolla_ansible/tests/
vars: vars:
scenario: aio scenario: aio
enable_core_openstack: yes enable_core_openstack: yes