mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-18 18:28:18 -05:00
remove calls to kube::build::build_image and kube::build::copy_output
This commit is contained in:
parent
581012fe06
commit
eaeed1a534
3 changed files with 0 additions and 10 deletions
|
|
@ -36,9 +36,5 @@ if [[ -n "${KUBE_EXTRA_WHAT:-}" ]]; then
|
|||
fi
|
||||
|
||||
kube::build::verify_prereqs
|
||||
kube::build::build_image
|
||||
kube::build::run_build_command make all WHAT="${CMD_TARGETS}" KUBE_BUILD_PLATFORMS="${KUBE_SERVER_PLATFORMS[*]}" DBG="${DBG:-}"
|
||||
|
||||
kube::build::copy_output
|
||||
|
||||
kube::release::build_server_images
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ source "${KUBE_ROOT}/build/lib/release.sh"
|
|||
KUBE_RELEASE_RUN_TESTS=${KUBE_RELEASE_RUN_TESTS-y}
|
||||
|
||||
kube::build::verify_prereqs
|
||||
kube::build::build_image
|
||||
kube::build::run_build_command make cross
|
||||
|
||||
if [[ $KUBE_RELEASE_RUN_TESTS =~ ^[yY]$ ]]; then
|
||||
|
|
@ -40,6 +39,4 @@ if [[ $KUBE_RELEASE_RUN_TESTS =~ ^[yY]$ ]]; then
|
|||
kube::build::run_build_command make test-integration
|
||||
fi
|
||||
|
||||
kube::build::copy_output
|
||||
|
||||
kube::release::package_tarballs
|
||||
|
|
|
|||
|
|
@ -41,9 +41,6 @@ fi
|
|||
IMAGE="${REGISTRY}/conformance-amd64:${VERSION}"
|
||||
|
||||
kube::build::verify_prereqs
|
||||
kube::build::build_image
|
||||
kube::build::run_build_command make WHAT="github.com/onsi/ginkgo/v2/ginkgo test/e2e/e2e.test cmd/kubectl test/conformance/image/go-runner"
|
||||
kube::build::copy_output
|
||||
|
||||
make -C "${KUBE_ROOT}/test/conformance/image" build
|
||||
docker push "${IMAGE}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue