You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.PHONY: test-e2e-eks ## Run EKS e2e tests using clusterctl
462
462
test-e2e-eks: generate-test-flavors $(KIND)$(SSM_PLUGIN)$(KUSTOMIZE) e2e-image ## Run eks e2e tests
463
-
time go run github.com/onsi/ginkgo/v2/ginkgo -tags=e2e $(GINKGO_ARGS) ./test/e2e/suites/managed/... -- -config-path="$(E2E_EKS_CONF_PATH)" --source-template="$(EKS_SOURCE_TEMPLATE)"$(E2E_ARGS)$(EKS_E2E_ARGS)
463
+
time go run github.com/onsi/ginkgo/v2/ginkgo -tags=e2e $(GINKGO_ARGS)-nodes 2 ./test/e2e/suites/managed/... -- -config-path="$(E2E_EKS_CONF_PATH)" --source-template="$(EKS_SOURCE_TEMPLATE)"$(E2E_ARGS)$(EKS_E2E_ARGS)
0 commit comments