zuul: use only RE2 syntax
Zuul has deprecated Perl-style regex expressions in favor of RE2,
and our zuul config file is generating warnings [0], so let's
fix this now before it becomes an issue.
[0] https://zuul.opendev.org/t/openstack/config-errors?project=openstack%2Fcinder-tempest-plugin
Depends-on: https://review.opendev.org/c/openstack/cinderlib/+/896658
Change-Id: I90c9cde9e825b49b94202708e7bffc3556288a6d
Brian Rosmaita
2 years ago
| 135 | 135 | description: | |
| 136 | 136 | This is a base job for lvm with lio & tgt targets |
| 137 | 137 | with cinderlib tests. |
| 138 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train|ussuri|victoria|wallaby)).*$ | |
| 138 | branches: ^(master|stable/(xena|yoga|zed|2\d\d\d\.[12])).*$ | |
| 139 | 139 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 140 | 140 | roles: |
| 141 | 141 | - zuul: opendev.org/openstack/cinderlib |
| 223 | 223 | name: cinder-tempest-plugin-lvm-barbican-base |
| 224 | 224 | description: | |
| 225 | 225 | This is a base job for lvm with lio & tgt targets |
| 226 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein)).*$ | |
| 226 | branches: ^stable/(ocata|pike|queens|rocky|stein).*$ | |
| 227 | 227 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 228 | 228 | required-projects: |
| 229 | 229 | - name: opendev.org/openstack/cinder-tempest-plugin |
| 278 | 278 | # should this job be used on those branches |
| 279 | 279 | - job: |
| 280 | 280 | name: cinder-tempest-plugin-cbak-ceph |
| 281 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$ | |
| 281 | branches: ^stable/(ocata|pike|queens|rocky|stein|train).*$ | |
| 282 | 282 | vars: |
| 283 | 283 | devstack_local_conf: |
| 284 | 284 | test-config: |