Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@
deploy_watcher_service: false
# Do not fetch dlrn md5 hash
fetch_dlrn_hash: false
# run the hook to install watcher at the end of the cifmw infra playbook. If we try to run it
# run the hook to install watcher after installing openstack-operator.
# If we try to run the hook
# as a standalone plabyook, it tries to load the cifmw ci_script action
# plugin from the zuul executor and doesn't find it
post_infra:
post_install_operators_kuttl_from_operator:
- name: Deploy watcher service
type: playbook
source: "{{ watcher_hook }}"
Expand Down