Skip to content

Commit 165ac66

Browse files
raukadahopenshift-merge-bot[bot]
authored andcommitted
Install golang on controller before deploying watcher
When we run make watcher_deploy on controller in uni jobs. It fails with 'make: go: No such file or directory'. go was not installed on the controller leading to watcher service deploy failure. Running make download_tools install golang and fixes the issue. Signed-off-by: Chandan Kumar (raukadah) <[email protected]> Depends-On: openstack-k8s-operators/ci-framework#3063
1 parent b8d76c2 commit 165ac66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/scenarios/edpm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ pre_deploy_create_coo_subscription:
99
type: playbook
1010
source: "{{ watcher_coo_hook }}"
1111
post_deploy:
12+
- name: Download needed tools
13+
type: playbook
14+
inventory: "/home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/hosts"
15+
source: "/home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/download_tools.yaml"
16+
1217
- name: Deploy watcher service
1318
type: playbook
1419
source: "{{ watcher_hook }}"

0 commit comments

Comments
 (0)