Skip to content

Commit

Permalink
Increase timeout in e2e job
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelJouin committed Mar 13, 2024
1 parent 489cb55 commit 37bdd17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/e2e-kind-cluster-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ push_local_image() {
OCI_BIN="$OCI_BIN" IMAGE_REGISTRY="$IMG_REGISTRY" IMAGE_TAG="$IMG_TAG" make manifests
OCI_BIN="$OCI_BIN" IMAGE_REGISTRY="$IMG_REGISTRY" IMAGE_TAG="$IMG_TAG" make img-build
"$OCI_BIN" push "$IMG_REGISTRY/multus-dynamic-networks-controller:$IMG_TAG"
kind load docker-image $IMG_REGISTRY/multus-dynamic-networks-controller:$IMG_TAG
}

cleanup() {
Expand All @@ -39,4 +40,9 @@ start_registry_container
setup_cluster
push_local_image
kubectl apply -f manifests/dynamic-networks-controller.yaml
sleep 2

kubectl get pods --all-namespaces -o wide
kubectl describe pods -n kube-system

kubectl wait -nkube-system --for=condition=ready --timeout=180s -l app=dynamic-networks-controller pods

0 comments on commit 37bdd17

Please sign in to comment.