File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments