Skip to content

Commit

Permalink
Merge pull request #1586 from metal3-io-bot/cherry-pick-1572-to-relea…
Browse files Browse the repository at this point in the history
…se-0.5

[release-0.5] 🌱 E2E: Workaround issue with minikube image load
  • Loading branch information
metal3-io-bot authored Mar 4, 2024
2 parents 61a5e39 + c5d9169 commit b7ef6fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hack/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ minikube stop
minikube start

# Load the BMO e2e image into it
minikube image load quay.io/metal3-io/baremetal-operator:e2e
# minikube image load quay.io/metal3-io/baremetal-operator:e2e
# Temporary workaround for https://github.com/kubernetes/minikube/issues/18021
docker image save -o /tmp/bmo-e2e.tar quay.io/metal3-io/baremetal-operator:e2e
minikube image load /tmp/bmo-e2e.tar
rm /tmp/bmo-e2e.tar

# Create libvirt domain
VM_NAME="bmo-e2e-0"
Expand Down

0 comments on commit b7ef6fd

Please sign in to comment.