mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-02 14:23:54 +00:00
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:
@@ -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[@]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user