Skip to content

Commit

Permalink
Merge pull request #4435 from cyclinder/e2e_debug2
Browse files Browse the repository at this point in the history
e2e: debug
  • Loading branch information
weizhoublue authored Dec 25, 2024
2 parents a54807e + 0f1c005 commit 47a0b7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,9 @@ setup_kruise:
kind load docker-image $${IMAGE} --name $(E2E_CLUSTER_NAME); \
done; \
HELM_OPTION=" --wait --timeout 20m --debug --set manager.image.repository=$(E2E_OPENKRUISE_IMAGE) " ; \
# openkruise failed to run with 1.7.3, see
# https://github.com/spidernet-io/spiderpool/issues/4396
HELM_OPTION+=" --version $(E2E_OPENKRUISE_VERSION) " ; \
helm upgrade --install kruise openkruise/kruise $${HELM_OPTION} \
--kubeconfig $(E2E_KUBECONFIG) || { KIND_CLUSTER_NAME=$(E2E_CLUSTER_NAME) ./scripts/debugEnv.sh $(E2E_KUBECONFIG) "detail" "$(E2E_LOG_FILE)" ; exit 1 ; } ; \
--kubeconfig $(E2E_KUBECONFIG) || { KIND_CLUSTER_NAME=$(E2E_CLUSTER_NAME) ./scripts/debugEnv.sh $(E2E_KUBECONFIG) "detail" "$(E2E_LOG_FILE)" ; exit 1 ; } ; \

.PHONY: setup_spiderpool
setup_spiderpool:
Expand Down

0 comments on commit 47a0b7e

Please sign in to comment.