commit | 671fdd3d61200b1648840c2c820c1e60cf94f999 | [log] [tgz] |
---|---|---|
author | Brian Haley <haleyb.dev@gmail.com> | Tue Jun 04 15:30:06 2024 -0400 |
committer | Brian Haley <haleyb.dev@gmail.com> | Tue Jun 04 15:30:06 2024 -0400 |
tree | c3767a85361e40c0e101e7113ed351fd89f7bd95 | |
parent | c76727b97c04016ee0d65d8d11623adbd8d60c69 [diff] |
Fix regex lines in zuul.d/* files Commit c76727b97c040 broke the gate by causing jobs to not get run when it added RE2 compatibility for irrelevant files. Digging found that RE2 doesn't support negative lookahead (and won't ever). This fixes the issue by just not including the single file we care about in each section. [0] https://github.com/google/re2/issues/156 Change-Id: I6f8445bcd2a409cc0e85943b7d20ce578e37dd55