Skip to content

Commit

Permalink
Change the node version to 1.30
Browse files Browse the repository at this point in the history
Run pre-commits
  • Loading branch information
Krzysztof Malczuk committed Mar 7, 2025
1 parent 97b1991 commit c97e217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ test-component: envtest ginkgo ## Run component tests.
.PHONY: test-e2e
test-e2e: manifests fmt vet ## Run e2e tests.
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

.PHONY: kind-e2e
kind-e2e: ## Set up e2e KinD cluster
test/e2e/kind.sh
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.25.3@sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
image: kindest/node:v1.30@sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
extraPortMappings:
- containerPort: 80
hostPort: 80
Expand Down

0 comments on commit c97e217

Please sign in to comment.