Skip to content

Commit d38ac9c

Browse files
raukadahopenshift-merge-bot[bot]
authored andcommitted
Set image_base in cifmw_operator_build_operators for meta operator
image_base is used to specify the operator project name. It is used openstack operator to include watcher operator catalog image into the openstack-operator catalog image. Sometimes image_base is set to empty when there is no github operator depends-on. This pr sets the same in cifmw_operator_build_operators var. The same is already added in telemetry-operator[1]. Links: [1]. openstack-k8s-operators/telemetry-operator#724 Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com>
1 parent cdbe875 commit d38ac9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
src: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/watcher-operator"
219219
- name: openstack-operator
220220
src: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/openstack-operator"
221+
image_base: watcher
221222
- job:
222223
name: watcher-operator-validation-master
223224
parent: watcher-operator-validation-base
@@ -313,6 +314,7 @@
313314
src: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/watcher-operator"
314315
- name: openstack-operator
315316
src: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/openstack-operator"
317+
image_base: watcher
316318
- watcher-operator-validation-master:
317319
branches: master
318320
override-checkout: main

0 commit comments

Comments
 (0)