zuul/releasenotes/notes/negate-files-4edc64fc264f3fb0.yaml
James E. Blair 4df7c8def9 Support negated regexes in files/irrelevant-files
These attributes are documented to support the new Zuul-standard
regex format (str or {pattern: str, negate: bool}) but actually only
accepted strings.  Update them to include negation, and add tests.

Change-Id: Ie8a4f816afc5277006b61406b7b0bd725947dd78
2024-04-17 14:36:25 -07:00

7 lines
183 B
YAML

---
fixes:
- |
The :attr:`job.files` and :attr:`job.irrelevant-files` attributes
now fully support the new :ref:`regular expression <regex>`
syntax, including negation.