This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -83,17 +83,20 @@ test: generate verify ## run all go tests
83
83
84
84
e2e : e2e-1.14 # # run end to end tests
85
85
86
+ e2e-1.15 : build # # run end to end tests for kubernetes version 1.15
87
+ KUBE_OIDC_PROXY_NODE_IMAGE=1.15.0 go test ./pkg/e2e/. -v --count=1
88
+
86
89
e2e-1.14 : build # # run end to end tests for kubernetes version 1.14
87
- KUBE_OIDC_PROXY_NODE_IMAGE=1.14.0 go test ./pkg/e2e/. -v --count=1
90
+ KUBE_OIDC_PROXY_NODE_IMAGE=1.14.3 go test ./pkg/e2e/. -v --count=1
88
91
89
92
e2e-1.13 : build # # run end to end tests for kubernetes version 1.13
90
- KUBE_OIDC_PROXY_NODE_IMAGE=1.13.3 go test ./pkg/e2e/. -v --count=1
93
+ KUBE_OIDC_PROXY_NODE_IMAGE=1.13.7 go test ./pkg/e2e/. -v --count=1
91
94
92
95
e2e-1.12 : build # # run end to end tests for kubernetes version 1.12
93
- KUBE_OIDC_PROXY_NODE_IMAGE=1.12.5 go test ./pkg/e2e/. -v --count=1
96
+ KUBE_OIDC_PROXY_NODE_IMAGE=1.12.8 go test ./pkg/e2e/. -v --count=1
94
97
95
98
e2e-1.11 : build # # run end to end tests for kubernetes version 1.11
96
- KUBE_OIDC_PROXY_NODE_IMAGE=1.11.3 go test ./pkg/e2e/. -v --count=1
99
+ KUBE_OIDC_PROXY_NODE_IMAGE=1.11.10 go test ./pkg/e2e/. -v --count=1
97
100
98
101
build : generate # # build kube-oidc-proxy
99
102
CGO_ENABLED=0 go build -ldflags ' -w $(shell hack/version-ldflags.sh)'
You can’t perform that action at this time.
0 commit comments