Fix negative lookahead assertion syntax error

Python regexes are deprecated in Zuul, so this commit updates the
configuration to use RE2-compatible syntax.

Change-Id: If4973be103076f5a3879dc630e104d129377f7da
This commit is contained in:
cid 2024-05-23 13:39:02 +01:00
parent a2f4b2f410
commit 74b148b685
1 changed files with 3 additions and 1 deletions

View File

@ -871,8 +871,10 @@
- ^ironic/tests/.*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tools/(?!bandit\.yml).*$
- ^tox.ini$
- ^tools/.*$
- regex: ^tools/bandit\.yml$
negate: true
- job:
name: ironic-tempest-ipa-wholedisk-bios-ipmi-direct-dib