Don't run linter on docs changes

This change modifies the linting job to not run when a patchset
only modifies openstack-helm documentation.

Change-Id: I0ed0fd5fff10d81dd34351b7da930d1a340b10d8
This commit is contained in:
Gage Hugo 2020-06-17 18:06:34 -05:00
parent 26ee617d77
commit 6b5d1a1d4a

View File

@ -17,6 +17,10 @@
name: openstack-helm-lint name: openstack-helm-lint
run: zuul.d/playbooks/lint.yml run: zuul.d/playbooks/lint.yml
nodeset: ubuntu-bionic nodeset: ubuntu-bionic
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- job: - job:
name: openstack-helm-infra-functional name: openstack-helm-infra-functional