Add go-runner to the list of e2e test targets

Change-Id: I9c837d8f0a74014434308b46291ad1f81d67109a
This commit is contained in:
Davanum Srinivas 2019-07-04 13:34:44 -04:00
parent 70d6cebfe0
commit 543093e775
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59

View File

@ -109,6 +109,7 @@ kube::golang::conformance_image_targets() {
local targets=( local targets=(
vendor/github.com/onsi/ginkgo/ginkgo vendor/github.com/onsi/ginkgo/ginkgo
test/e2e/e2e.test test/e2e/e2e.test
cluster/images/conformance/go-runner
cmd/kubectl cmd/kubectl
) )
echo "${targets[@]}" echo "${targets[@]}"