Don't run functional tests on doc changes

Change-Id: I85f282c3d1ffa58f73f6c23871d970178fa1d586
This commit is contained in:
Eduardo Santos 2022-01-21 19:23:23 -03:00
parent 9c5f5a56d4
commit ca812ec5d7

View File

@ -11,6 +11,7 @@
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- job:
name: dib-functests
@ -58,6 +59,10 @@
post-run: playbooks/dib-nodepool/collect-openstack-logs.yaml
vars:
nodepool_debug: true
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- job:
name: dib-nodepool-functional-openstack-centos-7-src