Ensure at least one job is triggered in any change

This change is a partial revert of [1] and ensures that at least one
job is triggered for every change. Currently no job is triggered when
only .gitreview is updated and this prevent us from merging such
change.

[1] 1914b7ed1e499d13af4952992d0bf1728ca4db8e
Change-Id: I044a03c29c9c79168d8809f8ece81391c97c7233
This commit is contained in:
Takashi Kajinami 2021-04-02 16:50:07 +09:00
parent d50073e8ee
commit 4efa5384d7

View File

@ -4,19 +4,11 @@
parent: puppet-openstack-module-base
run: playbooks/run-lint-tests.yaml
irrelevant-files:
- ^.*\.md$
- ^.*\.rst$
- ^doc/.*$
- ^etc/.*$
- ^releasenotes/.*$
- ^requirements.txt$
- ^test-requirements.txt$
- ^LICENSE$
- ^.gitignore$
- ^.gitreview$
- ^setup.cfg$
- ^setup.py$
- ^tox.ini$
- job:
name: puppet-openstack-syntax-6-ubuntu-focal