Run gerrit periodic on openstack/2.13 only
We have several openstack/2.13 branches, the v2 job run only on exactly one - the openstack/2.13 one. Let's run the new ones on exactly the same branch. Note that branches is a regex, see https://docs.openstack.org/infra/zuul/feature/zuulv3/user/config.html#attr-job.branches So, we need to add ^ and $ to be explicit and avoid match against openstrack/2.13.3 and similar named branches. Change-Id: I88fb6d5e7df1739724901b661a9365c30582913c
This commit is contained in:
parent
3c5b96d981
commit
49c6e0eb94
@ -2691,7 +2691,8 @@
|
||||
parent: legacy-publish-openstack-artifacts
|
||||
run: playbooks/legacy/its-storyboard-gerrit-plugin-stable-2.13/run
|
||||
post-run: playbooks/legacy/its-storyboard-gerrit-plugin-stable-2.13/post
|
||||
branches: openstack/2.13
|
||||
# We have several openstack/2.13 versions, we only want 2.13
|
||||
branches: ^openstack/2\.13$
|
||||
timeout: 1800
|
||||
|
||||
- job:
|
||||
@ -2699,7 +2700,8 @@
|
||||
parent: legacy-publish-openstack-artifacts
|
||||
run: playbooks/legacy/javamelody-gerrit-plugin-stable-2.13/run
|
||||
post-run: playbooks/legacy/javamelody-gerrit-plugin-stable-2.13/post
|
||||
branches: openstack/2.13
|
||||
# We have several openstack/2.13 versions, we only want 2.13
|
||||
branches: ^openstack/2\.13$
|
||||
timeout: 1800
|
||||
|
||||
- job:
|
||||
|
Loading…
x
Reference in New Issue
Block a user