Skip to content

Commit a2e9d91

Browse files
committed
Skip watcher containers for downstream
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. Depends-On: openstack-k8s-operators/tcib#215 Signed-off-by: Chandan Kumar <[email protected]>
1 parent 3ca9410 commit a2e9d91

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

roles/build_containers/defaults/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,12 @@ cifmw_build_containers_install_from_source: false
5555
# cifmw_build_containers_dockerfile_labels
5656
# cifmw_build_containers_extra_config
5757
# cifmw_build_containers_build_timeout
58+
59+
# Note(Chandankumar): Remove it once watcher related packages are available downstream.
60+
cifmw_build_containers_exclude_containers:
61+
rhos18:
62+
rhel9:
63+
- watcher-base
64+
- watcher-api
65+
- watcher-applier
66+
- watcher-decision-engine

0 commit comments

Comments
 (0)