Skip to content

Commit 61163c9

Browse files
committed
Run watcher hook at the beginning of kuttl tests
Instead of running at the end of the infra playbook, run it just before running the tests. This means the watcher operator will be installed after the openstack-operator is, which will prevent the watcher operator crashing and having to restart until the openstack-operator is available. Depends-On: openstack-k8s-operators/ci-framework#2735
1 parent 5d4df71 commit 61163c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.zuul.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,11 @@
104104
deploy_watcher_service: false
105105
# Do not fetch dlrn md5 hash
106106
fetch_dlrn_hash: false
107-
# run the hook to install watcher at the end of the cifmw infra playbook. If we try to run it
107+
# run the hook to install watcher at the beginning of the cifmw playbook that runs the
108+
# kuttl tests. If we try to run it
108109
# as a standalone plabyook, it tries to load the cifmw ci_script action
109110
# plugin from the zuul executor and doesn't find it
110-
post_infra:
111+
pre_kuttl_from_operator:
111112
- name: Deploy watcher service
112113
type: playbook
113114
source: "{{ watcher_hook }}"

0 commit comments

Comments
 (0)