Merge pull request #79811 from dims/fix-build-break-make-quick-release-images

Add go-runner to the list of e2e test image targets
This commit is contained in:
Kubernetes Prow Robot 2019-07-04 11:42:37 -07:00 committed by GitHub
commit e12f96adc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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[@]}"