Skip to content

Commit 893abf2

Browse files
authored
Merge pull request #315 from cybozu-go/fix-e2e
Fix e2e test
2 parents ee9ebf9 + 9fccd10 commit 893abf2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

v2/e2e/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
KIND_VERSION=0.26.0
2-
KUBERNETES_VERSION=1.31.5
1+
KIND_VERSION=0.27.0
2+
KUBERNETES_VERSION=1.31.6
33
KUSTOMIZE_VERSION = 5.6.0
44
BINDIR := $(abspath $(PWD)/../bin)
55

@@ -75,6 +75,8 @@ setup-nodes:
7575
$(KUBECTL) label nodes coil-worker test=coil
7676
$(KUBECTL) label nodes coil-worker2 test=coil
7777

78+
TEST_IPAM ?= true
79+
TEST_EGRESS ?= true
7880
.PHONY: test
7981
test: setup-echotest
8082
TEST_IPAM=$(TEST_IPAM) TEST_EGRESS=$(TEST_EGRESS) go test -count 1 -v . -args -ginkgo.progress -ginkgo.v

0 commit comments

Comments
 (0)