Skip to content

Commit 8b275c9

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix Zuul warnings with regexps"
2 parents 05616ab + 7cea604 commit 8b275c9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

zuul.d/jobs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@
164164
description: |
165165
Run tox python 3.9 functional against master of sqlalchemy and related projects
166166
# The job only tests the latest and shouldn't be run on the stable branches
167-
branches: ^(?!stable)
167+
branches:
168+
regex: ^stable
169+
negate: true
168170
required-projects:
169171
- name: openstack/oslo.db
170172
- name: github.com/sqlalchemy/sqlalchemy

zuul.d/projects.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,13 @@
122122
periodic:
123123
jobs:
124124
- publish-openstack-octavia-amphora-image-focal:
125-
branches: ^(?!stable/.*).*$
125+
branches:
126+
regex: ^stable/.*$
127+
negate: true
126128
- publish-openstack-octavia-amphora-image-centos-9-stream:
127-
branches: ^(?!stable/.*).*$
129+
branches:
130+
regex: ^stable/.*$
131+
negate: true
128132
- octavia-amphora-image-build
129133
# Putting octavia-v2-dsvm-scenario-fips in periodic as centos 8 is too slow
130134
- octavia-v2-dsvm-scenario-fips:

0 commit comments

Comments
 (0)