Skip to content

Commit d2520ef

Browse files
committed
Limit upstream branches
1 parent 52c6542 commit d2520ef

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

ansible/inventory/group_vars/all/zuul-operator-tenant-config

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,19 @@ zuul_operator_tenant_config:
3333
projects:
3434
- openstack/openstack-zuul-jobs
3535
- openstack/project-config
36-
- openstack/kayobe
37-
- openstack/kayobe-config
38-
- openstack/kayobe-config-dev
39-
- openstack/kolla
40-
- openstack/kolla-ansible
36+
- openstack/kayobe:
37+
include-branches: &upstream_branches
38+
- master
39+
- stable/2025.1
40+
- stable/2024.1
41+
- openstack/kayobe-config:
42+
include-branches: *upstream_branches
43+
- openstack/kayobe-config-dev:
44+
include-branches: *upstream_branches
45+
- openstack/kolla:
46+
include-branches: *upstream_branches
47+
- openstack/kolla-ansible:
48+
include-branches: *upstream_branches
4149
- include: []
4250
projects:
4351
- openstack/ansible-collection-kolla

0 commit comments

Comments
 (0)