zuul/releasenotes/notes/file-matcher-pass-when-no-files-f3b4466d8107895e.yaml
Radosław Piliszek e95791dda3 Make files matcher match changes with no files
This adds exceptions that were already applied
to the irrelevant files matcher.

It implements some version of option D discussed in [1].

Added comments to both matchers implementations.

The FileMatcher is now a stub holding relevant regex only.

[1] https://review.opendev.org/660856

Change-Id: Icf5df145e4cd351ffd04b1e417e9f7ab8c5ccd12
Story: 2005040
Task: 29531
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
2019-08-23 18:59:29 +02:00

7 lines
209 B
YAML

---
fixes:
- |
Files matcher has been fixed to act like irrelevant files matcher
when no files are present in the tested change, i.e. it now matches
such empty changes instead of rejecting them.