File tree 2 files changed +2
-2
lines changed
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.
396
396
.PHONY : test-e2e
397
397
test-e2e : manifests fmt vet # # Run e2e tests.
398
398
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
+
400
400
.PHONY : kind-e2e
401
401
kind-e2e : # # Set up e2e KinD cluster
402
402
test/e2e/kind.sh
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ kind: Cluster
23
23
apiVersion: kind.x-k8s.io/v1alpha4
24
24
nodes:
25
25
- role: control-plane
26
- image: kindest/node:v1.25.3 @sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
26
+ image: kindest/node:v1.30 @sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
27
27
extraPortMappings:
28
28
- containerPort: 80
29
29
hostPort: 80
You can’t perform that action at this time.
0 commit comments