Merge "Fix Zuul warnings with regexps"

This commit is contained in:
Zuul 2023-10-04 17:48:12 +00:00 committed by Gerrit Code Review
commit 8b275c9703
2 changed files with 9 additions and 3 deletions

View File

@ -164,7 +164,9 @@
description: |
Run tox python 3.9 functional against master of sqlalchemy and related projects
# The job only tests the latest and shouldn't be run on the stable branches
branches: ^(?!stable)
branches:
regex: ^stable
negate: true
required-projects:
- name: openstack/oslo.db
- name: github.com/sqlalchemy/sqlalchemy

View File

@ -122,9 +122,13 @@
periodic:
jobs:
- publish-openstack-octavia-amphora-image-focal:
branches: ^(?!stable/.*).*$
branches:
regex: ^stable/.*$
negate: true
- publish-openstack-octavia-amphora-image-centos-9-stream:
branches: ^(?!stable/.*).*$
branches:
regex: ^stable/.*$
negate: true
- octavia-amphora-image-build
# Putting octavia-v2-dsvm-scenario-fips in periodic as centos 8 is too slow
- octavia-v2-dsvm-scenario-fips: