Skip to content

Commit

Permalink
Merge pull request #1333 from yangjunmyfm192085/updatekind
Browse files Browse the repository at this point in the history
update kind dependencies
  • Loading branch information
k8s-ci-robot authored Sep 19, 2023
2 parents f247c88 + f7cfa1e commit ccc592c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,14 @@ test-image-all:
# -----------

.PHONY: test-e2e
test-e2e: test-e2e-1.27
test-e2e: test-e2e-1.28

.PHONY: test-e2e-all
test-e2e-all: test-e2e-1.27 test-e2e-1.26 test-e2e-1.25
test-e2e-all: test-e2e-1.28 test-e2e-1.27 test-e2e-1.26

.PHONY: test-e2e-1.28
test-e2e-1.28:
NODE_IMAGE=kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31 ./test/test-e2e.sh

.PHONY: test-e2e-1.27
test-e2e-1.27:
Expand All @@ -189,10 +193,6 @@ test-e2e-1.27:
test-e2e-1.26:
NODE_IMAGE=kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb ./test/test-e2e.sh

.PHONY: test-e2e-1.25
test-e2e-1.25:
NODE_IMAGE=kindest/node:v1.25.11@sha256:227fa11ce74ea76a0474eeefb84cb75d8dad1b08638371ecf0e86259b35be0c8 ./test/test-e2e.sh

.PHONY: test-e2e-ha
test-e2e-ha:
SKAFFOLD_PROFILE="test-ha" $(MAKE) test-e2e
Expand Down
6 changes: 3 additions & 3 deletions test/test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ set -e
: ${SKAFFOLD_PROFILE:="test"}


KIND_VERSION=0.17.0
SKAFFOLD_VERSION=1.39.1
KIND_VERSION=0.20.0
SKAFFOLD_VERSION=2.7.0
HELM_VERSION=3.10.2
KUBECTL_VERSION=1.25.4
KUBECTL_VERSION=1.28.1

delete_cluster() {
${KIND} delete cluster --name=e2e &> /dev/null || true
Expand Down

0 comments on commit ccc592c

Please sign in to comment.