
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
7 lines
183 B
YAML
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.
|