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:
33
33
projects:
34
34
- openstack/openstack-zuul-jobs
35
35
- 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
41
49
- include: []
42
50
projects:
43
51
- openstack/ansible-collection-kolla
You can’t perform that action at this time.
0 commit comments