trove/zuul.d/projects.yaml
wu.chunyang e4079989db Fix Zuul warnings with regexps
zuul now reports warnings when using perl-style regexp:
| The RE2 syntax error is: invalid perl operator: (?!
for
| branches: ^(?!stable)

This commit fixes it by using the correct RE2 syntax

more details: https://zuul-ci.org/docs/zuul/latest/project-config.html#regular-expressions

Change-Id: Iab9d4849d50c01ff35ce159a988fde95593f7ebf
2023-09-06 20:04:48 +08:00

50 lines
1.3 KiB
YAML

---
- project:
queue: trove
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-jobs
- openstack-python3-jobs-arm64
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-cover:
voting: true
- trove-tox-bandit-baseline:
voting: true
- trove-tempest:
voting: false
- trove-tempest-mysql-network-isolation:
voting: true
- trove-ubuntu-guest-image-build:
voting: true
- trove-centos8s-guest-image-build:
voting: true
- trove-tempest-postgres:
voting: false
gate:
jobs:
- trove-tempest:
voting: false
experimental:
jobs:
- trove-tempest-ipv6-only
- trove-functional-mysql
- trove-scenario-mysql-single
- trove-scenario-mysql-multi
- trove-scenario-mariadb-single
- trove-scenario-mariadb-multi
periodic:
jobs:
- publish-trove-guest-image-ubuntu-jammy:
branches:
regex: ^stable/.*$
negate: true
- publish-trove-datastore-images:
branches:
regex: ^stable/.*$
negate: true