@@ -111,7 +111,7 @@ readonly KUBE_SERVER_IMAGE_BINARIES=("${KUBE_SERVER_IMAGE_TARGETS[@]##*/}")
|
||||
kube::golang::conformance_image_targets() {
|
||||
# NOTE: this contains cmd targets for kube::release::build_conformance_image
|
||||
local targets=(
|
||||
github.com/onsi/ginkgo/ginkgo
|
||||
github.com/onsi/ginkgo/v2/ginkgo
|
||||
test/e2e/e2e.test
|
||||
test/conformance/image/go-runner
|
||||
cmd/kubectl
|
||||
@@ -274,7 +274,7 @@ kube::golang::test_targets() {
|
||||
cmd/genyaml
|
||||
cmd/genswaggertypedocs
|
||||
cmd/linkcheck
|
||||
github.com/onsi/ginkgo/ginkgo
|
||||
github.com/onsi/ginkgo/v2/ginkgo
|
||||
test/e2e/e2e.test
|
||||
test/conformance/image/go-runner
|
||||
)
|
||||
@@ -301,7 +301,7 @@ readonly KUBE_TEST_PORTABLE=(
|
||||
kube::golang::server_test_targets() {
|
||||
local targets=(
|
||||
cmd/kubemark
|
||||
github.com/onsi/ginkgo/ginkgo
|
||||
github.com/onsi/ginkgo/v2/ginkgo
|
||||
)
|
||||
|
||||
if [[ "${OSTYPE:-}" == "linux"* ]]; then
|
||||
|
Reference in New Issue
Block a user