You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Watcher related packages got added in RDO antelope but not available in
OSP-18 downstream.
openstack-k8s-operators/tcib#215 adds watcher
container in tcib. Since downstream tcib jobs install the tcib rpm from
main branch so it may break downstream container build and component
job.
So in order to avoid breakage, we are skip building watcher related
containers.
Note: It also fixes the exclude conditional to check existence of
release key in exclude var to avoid following error:
```
''dict object'' has no attribute ''master'''
```
Depends-On: openstack-k8s-operators/tcib#215
Signed-off-by: Chandan Kumar <[email protected]>
{% if cifmw_build_containers_exclude_containers is defined %}
25
+
{% if cifmw_build_containers_exclude_containers is defined and cifmw_build_containers_openstack_release in cifmw_build_containers_exclude_containers %}
26
26
{% set distroversion = cifmw_build_containers_distro + cifmw_build_containers_dist_major_version %}
0 commit comments