Merge "Don't run functional tests on doc changes"

This commit is contained in:
Zuul 2022-02-09 09:21:06 +00:00 committed by Gerrit Code Review
commit 2332cceee7

View File

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