Skip to content

Commit 3ec2963

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 3ec2963

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

roles/build_containers/defaults/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ 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+
- openstack-watcher-api
64+
- openstack-watcher-applier
65+
- openstack-watcher-decision-engine

0 commit comments

Comments
 (0)