Skip to content

Commit b5cf04e

Browse files
bkhizgiyahadas
authored andcommitted
Change virt-v2v image for OVA test to stub
Signed-off-by: Bella Khizgiyaev <bkhizgiy@redhat.com>
1 parent c7575b9 commit b5cf04e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_forklift_bazel.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ if [ "${PROVIDER_NAME}" = "ovirt" ]; then
3939
fi
4040
if [ "${PROVIDER_NAME}" = "ova" ]; then
4141
bazel run push-ova-provider-server
42-
bazel run --package_path=virt-v2v/cold push-forklift-virt-v2v
4342
fi
4443

4544
bazel run push-populator-controller
@@ -73,7 +72,7 @@ if [ "${PROVIDER_NAME}" = "vsphere" ]; then
7372
fi
7473

7574
if [ "${PROVIDER_NAME}" = "ova" ]; then
76-
ACTION_ENV="$ACTION_ENV --action_env VIRT_V2V_IMAGE=${REGISTRY}/forklift-virt-v2v:${REGISTRY_TAG} \
75+
ACTION_ENV="$ACTION_ENV --action_env VIRT_V2V_IMAGE=quay.io/kubev2v/forklift-virt-v2v-stub:${REGISTRY_TAG} \
7776
--action_env VIRT_V2V_DONT_REQUEST_KVM=true \
7877
--action_env OVA_PROVIDER_SERVER_IMAGE=${REGISTRY}/forklift-ova-provider-server:${REGISTRY_TAG}"
7978
fi

0 commit comments

Comments
 (0)