From 543093e775932af3d62285f1f82bd6afe68fd85d Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 4 Jul 2019 13:34:44 -0400 Subject: [PATCH] Add go-runner to the list of e2e test targets Change-Id: I9c837d8f0a74014434308b46291ad1f81d67109a --- hack/lib/golang.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index 96eb78b3389..66bb67e186e 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -109,6 +109,7 @@ kube::golang::conformance_image_targets() { local targets=( vendor/github.com/onsi/ginkgo/ginkgo test/e2e/e2e.test + cluster/images/conformance/go-runner cmd/kubectl ) echo "${targets[@]}"