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: I19b81e4999f9c130e18872593df9dccb416e9e6a
This commit is contained in:
@@ -104,8 +104,10 @@
|
|||||||
- ^ironic_python_agent/tests/.*$
|
- ^ironic_python_agent/tests/.*$
|
||||||
- ^releasenotes/.*$
|
- ^releasenotes/.*$
|
||||||
- ^setup.cfg$
|
- ^setup.cfg$
|
||||||
- ^tools/(?!bandit.yml).*$
|
|
||||||
- ^tox.ini$
|
- ^tox.ini$
|
||||||
|
- ^tools/.*$
|
||||||
|
- regex: ^tools/bandit\.yml$
|
||||||
|
negate: true
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ipa-tox-examples
|
name: ipa-tox-examples
|
||||||
@@ -120,8 +122,9 @@
|
|||||||
- ^ironic_python_agent/tests/.*$
|
- ^ironic_python_agent/tests/.*$
|
||||||
- ^releasenotes/.*$
|
- ^releasenotes/.*$
|
||||||
- ^setup.cfg$
|
- ^setup.cfg$
|
||||||
- ^tools/(?!bandit.yml).*$
|
|
||||||
- ^tox.ini$
|
- ^tox.ini$
|
||||||
|
- regex: ^tools/bandit\.yml$
|
||||||
|
negate: true
|
||||||
|
|
||||||
# used by ironic-python-agent-builder
|
# used by ironic-python-agent-builder
|
||||||
- job:
|
- job:
|
||||||
|
|||||||
Reference in New Issue
Block a user