File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ test-component: envtest ginkgo ## Run component tests.
396396.PHONY : test-e2e
397397test-e2e : manifests fmt vet # # Run e2e tests.
398398 CODEFLARE_TEST_OUTPUT_DIR=/tmp/ CLUSTER_HOSTNAME=kind CODEFLARE_TEST_TIMEOUT_MEDIUM=5m CODEFLARE_TEST_TIMEOUT_LONG=40m go test -v -skip " ^Test.*Gpu$$ " ./test/e2e -timeout=60m
399-
399+
400400.PHONY : kind-e2e
401401kind-e2e : # # Set up e2e KinD cluster
402402 test/e2e/kind.sh
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ kind: Cluster
2323apiVersion: kind.x-k8s.io/v1alpha4
2424nodes:
2525 - role: control-plane
26- image: kindest/node:v1.25.3 @sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
26+ image: kindest/node:v1.30 @sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
2727 extraPortMappings:
2828 - containerPort: 80
2929 hostPort: 80
You can’t perform that action at this time.
0 commit comments