Skip to content

Commit

Permalink
Change virt-v2v image for OVA test to stub
Browse files Browse the repository at this point in the history
Signed-off-by: Bella Khizgiyaev <[email protected]>
  • Loading branch information
bkhizgiy authored and ahadas committed Dec 5, 2023
1 parent c7575b9 commit b5cf04e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_forklift_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ if [ "${PROVIDER_NAME}" = "ovirt" ]; then
fi
if [ "${PROVIDER_NAME}" = "ova" ]; then
bazel run push-ova-provider-server
bazel run --package_path=virt-v2v/cold push-forklift-virt-v2v
fi

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

if [ "${PROVIDER_NAME}" = "ova" ]; then
ACTION_ENV="$ACTION_ENV --action_env VIRT_V2V_IMAGE=${REGISTRY}/forklift-virt-v2v:${REGISTRY_TAG} \
ACTION_ENV="$ACTION_ENV --action_env VIRT_V2V_IMAGE=quay.io/kubev2v/forklift-virt-v2v-stub:${REGISTRY_TAG} \
--action_env VIRT_V2V_DONT_REQUEST_KVM=true \
--action_env OVA_PROVIDER_SERVER_IMAGE=${REGISTRY}/forklift-ova-provider-server:${REGISTRY_TAG}"
fi
Expand Down

0 comments on commit b5cf04e

Please sign in to comment.