Skip to content

Commit 10edd53

Browse files
bkhizgiyahadas
authored andcommitted
Add images build for ova test
Signed-off-by: Bella Khizgiyaev <bkhizgiy@redhat.com>
1 parent 83811b6 commit 10edd53

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build_forklift_bazel.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ fi
3737
if [ "${PROVIDER_NAME}" = "ovirt" ]; then
3838
bazel run push-ovirt-populator
3939
fi
40+
if [ "${PROVIDER_NAME}" = "ova" ]; then
41+
bazel run push-ova-provider-server
42+
bazel run --package_path=virt-v2v/cold push-forklift-virt-v2v
43+
fi
4044

4145
bazel run push-populator-controller
4246

@@ -69,8 +73,7 @@ if [ "${PROVIDER_NAME}" = "vsphere" ]; then
6973
fi
7074

7175
if [ "${PROVIDER_NAME}" = "ova" ]; then
72-
ACTION_ENV="$ACTION_ENV --action_env VIRT_V2V_IMAGE=quay.io/kubev2v/forklift-virt-v2v:${REGISTRY_TAG} \
73-
--action_env VIRT_V2V_DONT_REQUEST_KVM=true \
76+
ACTION_ENV="$ACTION_ENV --action_env VIRT_V2V_IMAGE=${REGISTRY}/forklift-virt-v2v:${REGISTRY_TAG} \
7477
--action_env OVA_PROVIDER_SERVER_IMAGE=${REGISTRY}/forklift-ova-provider-server:${REGISTRY_TAG}"
7578
fi
7679

0 commit comments

Comments
 (0)