Neutron tempest plugin zuul job definitions uses deprecated regex syntax
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
yatin |
Bug Description
Details about deprecation are in https://<email address hidden>
We have issue in the neutron-
Zuul encountered a deprecated syntax while parsing its configuration
in the repo openstack/
problem was:
All regular expressions must conform to RE2 syntax, but an
expression using the deprecated Perl-style syntax has been detected.
Adjust the configuration to conform to RE2 syntax.
The RE2 syntax error is: invalid perl operator: (?!
The problem appears in the following job stanza:
job:
name: neutron-
parent: neutron-
abstract: true
branches: ^(?!stable/
# Comment nodeset and vars to switch back to non nested nodes
nodeset: neutron-
vars: &nested_virt_vars
# Base nested switch job for yoga and zed
in "openstack/
Changed in neutron: | |
assignee: | nobody → yatin (yatinkarel) |
importance: | Undecided → High |
tags: | added: tempest |
Fix proposed to branch: master /review. opendev. org/c/openstack /neutron- tempest- plugin/ +/896188
Review: https:/